
Icon | Member | Description |
---|---|---|
![]() | addFieldInfo(String, Int32, PDMFieldType, Int32, Boolean, Int32) | The main method used internally to add field information
to the definition
|
![]() | addFieldInfo(String, PDMFieldType, Boolean) | Adds field information to the definition with a string field name |
![]() | addFieldInfo(Int32, PDMFieldType, Boolean) | Adds field information to the definition with an int field name |
![]() | addFieldInfo(String, PDMFieldType, Int32, Boolean) | Adds field information to the definition for a fixed length
string field with a string field name
|
![]() | addFieldInfo(Int32, PDMFieldType, Int32, Boolean) | Adds field information to the definition for a fixed length
string field with an int field name
|
![]() | addFieldInfo(String, PDMFieldType, Boolean, Int32) | Adds field information to the definition for a fixed-size array
field with a string field name
|
![]() | addFieldInfo(Int32, PDMFieldType, Boolean, Int32) | Adds field information to the definition for a fixed-size array
field with an int field name
|
![]() | addFieldInfo(String, PDMFieldType, Int32, Boolean, Int32) | Adds field information to the definition for a fixed-size array
field of fixed length strings with a string field name
|
![]() | addFieldInfo(Int32, PDMFieldType, Int32, Boolean, Int32) | Adds field information to the definition for a fixed-size array
field of fixed length strings with an int field name
|