Class DocumentAgency
Inheritance
System.Object
DocumentAgency
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.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class DocumentAgency
Constructors
DocumentAgency()
Declaration
public DocumentAgency()
Properties
Code
set AgencyCode
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
set AgencyId
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsActive
set IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
set AgencyName
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |