Click or drag to resize

clsImportUserDefinedFieldDefinition Class

Information about a user defined field of a master data table. See GetListUserDefinedFields.

To create new user defined fields use clsImportUserDefinedField.

Inheritance Hierarchy
SystemObject
  MARIInterfaceclsImportUserDefinedFieldDefinition

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public class clsImportUserDefinedFieldDefinition

The clsImportUserDefinedFieldDefinition type exposes the following members.

Constructors
  NameDescription
Public methodclsImportUserDefinedFieldDefinition
Initializes a new instance of the clsImportUserDefinedFieldDefinition class
Top
Fields
  NameDescription
Public fieldClassID
Internal ClaasID (Dimension) as source of the user defined field
Public fieldDescription
Visible description of the user defined field
Public fieldFieldName
Name of the field in the table "USER_Field1". Including USER_
Public fieldTableName
Name of the table, where the field has been created.
Public fieldValueType
Field Type (INT, NVARCHAR...) of the field
Top
Remarks
See Also