Type: BCS.Sym3.IUserDefinedTypeField
Represents a field of a data type (IUserDefinedType)
Properties
FieldDataType
- Description: Gets or sets the type of the field. Use BCS.Sym3.FieldType enumeration
- Type: FieldType
- Access: Read and Write
- Example:
Shows how to set the type of a field
// creates a new field
myField = Project.DataTypes.NewField();
// set the type of the field
myField.FieldDataType = BCS.Sym3.FieldType.Boolean;
FieldSize
- Description: Gets or sets the size of the field
- Type: UInt16
- Access: Read and Write
- Example:
Shows how to set the size of a field
// creates a new field
myField = Project.DataTypes.NewField();
// set the type of the field
myField.FieldSize = 100;
ID
- Description: Gets the global unique identifier (System.Guid) of the field
- Type: Nullable`1
- Access: Read
Name
- Description: Gets or sets the name of a field
- Type: String
- Access: Read and Write
Methods
Compare(BCS.Sym3.IUserDefinedTypeField)
Compare the UserDefinedTypeField betwwen two project