Class UDefFieldCacheBase.PageOneFieldInfo
Value class for the page one dictionary, contains a field definition and its corresponding page one line number.
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class PageOneFieldInfo : Object
Constructors
PageOneFieldInfo()
Value class for the page one dictionary, contains a field definition and its corresponding page one line number.
Declaration
public PageOneFieldInfo()
PageOneFieldInfo(UDefFieldRow, Int32)
Value class for the page one dictionary, contains a field definition and its corresponding page one line number.
Declaration
public PageOneFieldInfo(UDefFieldRow fieldRow, int lineNumber)
Parameters
Type | Name | Description |
---|---|---|
UDefFieldRow | fieldRow | |
Int32 | lineNumber |
Fields
FieldRow
Value class for the page one dictionary, contains a field definition and its corresponding page one line number.
Declaration
public UDefFieldRow FieldRow
Field Value
Type | Description |
---|---|
UDefFieldRow |
LineNumber
Value class for the page one dictionary, contains a field definition and its corresponding page one line number.
Declaration
public int LineNumber
Field Value
Type | Description |
---|---|
Int32 |
Methods
ToString()
Value class for the page one dictionary, contains a field definition and its corresponding page one line number.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |