Class ContactType
Represents a ContactType
Inheritance
System.Object
ContactType
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: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class ContactType
Constructors
| Improve this Doc View SourceContactType()
Initialize instance
Declaration
public ContactType()
Properties
| Improve this Doc View SourceContactTypeKeyId
Gets or sets the property ContactTypeKeyId as int
Declaration
public int? ContactTypeKeyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
DependentContactTypeKeyId
Gets or sets the dependent contact type key
Declaration
public int? DependentContactTypeKeyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Id
Gets or sets the property Id as Guid
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
PrimaryPhysicalAddressTypeId
Gets or sets the default address type id
Declaration
public int PrimaryPhysicalAddressTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TypeName
Gets or sets the property TypeName as string
Declaration
public string TypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |