Class DbPublishingSource
Defines a publishing source
Inheritance
System.Object
DbPublishingSource
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Core.Common.DbEntities
Assembly: ImageVault.Core.dll
Syntax
public class DbPublishingSource
Constructors
DbPublishingSource()
Declaration
public DbPublishingSource()
Properties
Identifier
Get/Sets the Identifier of the DbPublishingSource
Declaration
public string Identifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PublishingSourceId
Get/Sets the PublishingSourceId of the DbPublishingSource
Declaration
public int PublishingSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |