Class AdvisorTypeDetail
Inheritance
System.Object
AdvisorTypeDetail
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.Entities
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class AdvisorTypeDetail
Constructors
AdvisorTypeDetail()
Declaration
public AdvisorTypeDetail()
Properties
Code
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StaffGroupId
Declaration
public int StaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |