Class DBC.SListElementFields
Fields for SListElement, Elements in a static list.
Inheritance
System.Object
DBC.SListElementFields
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: 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 |
---|---|
System.String |
ListId
SListElement.ListId: Which list this element belongs to
Declaration
public const string ListId = "list_id"
Field Value
Type | Description |
---|---|
System.String |
Name
SListElement.Name: The name of the recipient
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
System.String |
SListElementId
SListElement.SListElementId: Primary key
Declaration
public const string SListElementId = "id"
Field Value
Type | Description |
---|---|
System.String |
Sms
SListElement.Sms: The sms number for this element
Declaration
public const string Sms = "sms"
Field Value
Type | Description |
---|---|
System.String |
Status
SListElement.Status: Status for the statical list element
Declaration
public const string Status = "status"
Field Value
Type | Description |
---|---|
System.String |