Class SWashingTableInfo
Table 's_washing': Register of all bounced mail to enabel washing
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("s_washing")]
public class SWashingTableInfo : TableInfo, ICloneable
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
Fields
DictionaryTableName
Conceptual name of table SWashing in the database dictionary: s_washing
Declaration
public const string DictionaryTableName = "s_washing"
Field Value
Type | Description |
---|---|
String |
Properties
Bounce
Field 'bounce' in table 's_washing': Dictionary type Int, .NET type: Int32
How many bounces we have received on this address.
Declaration
public Int32FieldInfo Bounce { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Definition
Definition of the table as described in the deployed runtime dictionary
Declaration
public override SoTable Definition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Overrides
DictionaryTableNumber
Table number for table SWashing in the database dictionary; potentially changes between databases, but always the same over the lifetime of any single database
Declaration
public int DictionaryTableNumber { get; }
Property Value
Type | Description |
---|---|
Int32 |
EmailAddr
Field 'email_addr' in table 's_washing': Dictionary type String[256], .NET type: String
The bounced email address
Declaration
public StringFieldInfo EmailAddr { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
RuntimeDefinition
Definition of the table as described in the deployed runtime dictionary
Declaration
[Obsolete("Use instance property Definition or static member DictionaryTableNumber", true)]
public static SoTable RuntimeDefinition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Shipments
Field 'shipments' in table 's_washing': Dictionary type Int, .NET type: Int32
How many times we have sent to this address
Declaration
public Int32FieldInfo Shipments { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
SWashingId
Field 'id' in table 's_washing': Dictionary type PK, .NET type: Int32
Primary key
Declaration
public Int32FieldInfo SWashingId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Type
Field 'type' in table 's_washing': Dictionary type Enum, .NET type: Int16
Type of customer (internal/external)
Declaration
public UInt16FieldInfo Type { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |