Show / Hide Table of Contents

Class PageOneFieldInfo

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

Inheritance
object
PageOneFieldInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Data
Assembly: SoDataBase.dll
Syntax
public class PageOneFieldInfo

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, int)

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
int 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
int

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
Overrides
object.ToString()

Extension Methods

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