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 DBC.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