
Icon | Member | Description |
---|---|---|
![]() | PDMFieldInfo()()() | Initializes a new instance of the PDMFieldInfo class |
![]() | PDMFieldInfo(Int32, String, PDMFieldType, Boolean) | Constructor used for single value fields with string names
(except for fixed length strings)
|
![]() | PDMFieldInfo(Int32, Int32, PDMFieldType, Boolean) | Constructor used for single value fields with int names
(except for fixed length strings)
|
![]() | PDMFieldInfo(Int32, String, PDMFieldType, Int32, Boolean) | Constructor used for single value fixed-length string fields
with String names
|
![]() | PDMFieldInfo(Int32, Int32, PDMFieldType, Int32, Boolean) | Constructor used for single value fixed-length string fields
with int names
|
![]() | PDMFieldInfo(Int32, String, Int32, PDMFieldType, Int32, Boolean, Int32) | General constructor used for any single value or array field
of fixed length or variable length with string or int names
|