Class DBC.SListElementFields
Fields for SListElement, Elements in a static list.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SListElementFields
Fields
Address
SListElement.Address: The email address of this element
Declaration
public const string Address = "address"
Field Value
Type | Description |
---|---|
String |
ListId
SListElement.ListId: Which list this element belongs to
Declaration
public const string ListId = "list_id"
Field Value
Type | Description |
---|---|
String |
Name
SListElement.Name: The name of the recipient
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |
SListElementId
SListElement.SListElementId: Primary key
Declaration
public const string SListElementId = "id"
Field Value
Type | Description |
---|---|
String |
Sms
SListElement.Sms: The sms number for this element
Declaration
public const string Sms = "sms"
Field Value
Type | Description |
---|---|
String |
Status
SListElement.Status: Status for the statical list element
Declaration
public const string Status = "status"
Field Value
Type | Description |
---|---|
String |