Show / Hide Table of Contents

Class DBC.SListElementFields

Fields for SListElement, Elements in a static list.

Inheritance
Object
DBC.SListElementFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
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
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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top