ImportableField Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImport
The ImportableField type exposes the following members.
Name | Description | |
---|---|---|
ImportableField | Initializes a new instance of the ImportableField class |
Name | Description | |
---|---|---|
Description |
Gets or sets the description of this Field
| |
Direction |
Gets or sets the direction.
| |
FieldIndex |
Gets or sets the index of the field.
| |
FieldType |
Gets or sets the type of the field. This is the FieldTypeForXML value as defined on the source IFieldType element. If the type is a valuetype,
it has already been adjusted to the name specified for the valuetype in the first level information.
| |
IsAutoCreatedFkField |
Gets or sets a value indicating whether this instance is auto created fk field.
| |
IsDiscriminator |
Gets or sets a value indicating whether this instance is the discriminator field of the containing entity. Ignored in value types.
| |
IsOptional |
Gets or sets a value indicating whether this field is optional .
| |
IsPartOfIdentifyingFields |
Gets or sets a value indicating whether this instance is part of the identifying fields
| |
IsReadOnly |
Gets or sets the IsReadOnly flag
| |
MaxLength |
Gets or sets the maximum length of this field.
| |
Name |
Gets or sets the name of this Field
| |
Precision |
Gets or sets the precision.
| |
Scale |
Gets or sets the scale.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |