Class AgencyDocument
Inheritance
System.Object
AgencyDocument
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: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class AgencyDocument
Constructors
AgencyDocument()
Declaration
public AgencyDocument()
Properties
DocumentTypeId
Declaration
public int DocumentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EntityState
Declaration
public EntityState EntityState { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityState |
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |