Show / Hide Table of Contents

Class UDefFieldCacheBase.PageOneFieldInfo

Value class for the page one dictionary, contains a field definition and its corresponding page one line number.

Inheritance
Object
UDefFieldCacheBase.PageOneFieldInfo
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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top