FieldData

FieldData(string, PageArea, FieldData)

Initializes a new instance of the FieldData class with UPPER CASE name.

public FieldData(string name, PageArea pageArea, FieldData linkedDataField)
Parameter Type Description
name String The name of the field.
pageArea PageArea The value of the field.
linkedDataField FieldData The field which is linked to the field.

See Also


FieldData(string, PageArea, FieldData, bool)

Initializes a new instance of the FieldData class.

public FieldData(string name, PageArea pageArea, FieldData linkedDataField, bool useUpperCaseName)
Parameter Type Description
name String The name of the field.
pageArea PageArea The value of the field.
linkedDataField FieldData The field which is linked to the field.
useUpperCaseName Boolean The value that indicates whether a name is converted to UPPER CASE.

See Also


FieldData(string, PageArea)

Initializes a new instance of the FieldData class with UPPER CASE name.

public FieldData(string name, PageArea pageArea)
Parameter Type Description
name String The name of the field.
pageArea PageArea The value of the field.

See Also


FieldData(string, PageArea, bool)

Initializes a new instance of the FieldData class.

public FieldData(string name, PageArea pageArea, bool useUpperCaseName)
Parameter Type Description
name String The name of the field.
pageArea PageArea The value of the field.
useUpperCaseName Boolean The value that indicates whether a name is converted to UPPER CASE.

See Also