Class ContactCategory
Represents a ContactCategory
Inheritance
System.Object
ContactCategory
Namespace: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class ContactCategory : IContactAssignable
Constructors
| Improve this Doc View SourceContactCategory()
Initializes a new ContactCategory
Declaration
public ContactCategory()
Properties
| Improve this Doc View SourceContactId
Gets or sets the contact id ONLY FOR API_REASON
Declaration
public long? ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Id
Gets or sets the Id (not the primary key) as Guid
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsSelectable
Gets or sets the Flag, whether it is selectable or not
Declaration
public bool IsSelectable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets or sets the name of the ContactCategory
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |