DocumentFieldDefinition Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.DerivedModel
The DocumentFieldDefinition type exposes the following members.
Name | Description | |
---|---|---|
DocumentFieldDefinition(IDocumentFieldSource) |
Initializes a new instance of the DocumentFieldDefinition class.
| |
DocumentFieldDefinition(IDocumentFieldSource, String) |
Initializes a new instance of the DocumentFieldDefinition class.
|
Name | Description | |
---|---|---|
CanBeDenormalized |
Gets a value indicating whether this instance can be denormalized (true) or not (false).
| |
ContainingDerivedElementName |
Gets the name of the containing derived element. this is a proxy property for UI purposes.
| |
ContainingDocument |
Returns the document this field is part of, or null if not determinable.
| |
ContainingDocumentName |
Gets the name of the containing document, which is the full name of the containing document or empty string if the field isn't in any document.
| |
FullName |
Gets the full name of the field which is in the format: containingdocumentname.fieldname.
| |
FullPathToRoot |
Gets the full path to root.
| |
HasBeenRenamed | ||
IsDenormalized |
Gets a value indicating that this field is a denormalized field from a related document
| |
IsIDField |
Gets a value indicating whether this instance is the ID field in the containing document. If the containing document isn't a root document, this property returns false.
| |
Name |
Gets or sets the name of this document field. Initially it's the name of the source, however if set, it overrides the name of the source. Setting it to an empty
string or null with reset it to the name of the source.
| |
OutputSettingValues |
Gets the output setting values of this target.
| |
Source |
Gets the source this field is derived from
| |
SourceFieldIsOptional |
Gets a value indicating whether the source field is optional or not. If the source isn't a field, this property returns false.
| |
SourceFieldIsReadOnly |
Gets a value indicating whether the source field is read-only or not. If the source isn't a field, this property returns false.
| |
SourceFieldLength |
Gets a value indicating whether the (max)length of the source field. If the source isn't a field, this property returns -1.
| |
SourceFieldType |
Gets the type of the source field, if the source is an entity field, null otherwise.
| |
TargetElementType |
Gets the target element type of this target.
|
Name | Description | |
---|---|---|
Clone |
Clones this instance using deep cloning. Doesn't clone objects from the entity model.
| |
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.) | |
GetAdditionalInterfaces |
Gets the additional interfaces, if applicable, for this element, where the default interfaces are prefiltered with the ignored
interfaces defined in this element. All interface macros are replaced with real names.
| |
GetAdditionalNamespaces |
Gets the additional namespaces, if applicable, for this element, where the default namespaces are prefiltered with the ignored
namespaces defined in this element. All namespace macros are replaced with real names.
| |
GetAttributes |
Gets the attributes, if applicable, for this element, where the default attributes are prefiltered with the ignored
attributes defined in this element. All name macros and $length/$precision/$scale macros are replaced with real values. (if applicable)
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetRealStringSettingValueWithMacrosResolved |
Gets the real setting value of the setting with the name specified as string. Also resolves any macros defined in the value (if any) to real values.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MarkAsRemoved |
Marks this field as removed and removes itself from its containing list (if any).
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SerializeToWriter |
Serializes the source to the serializer specified.
| |
ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
HasBeenRemoved |
Raised when the implementing element has been removed from its container
|
Name | Description | |
---|---|---|
IDataErrorInfoError |
Gets an error message indicating what is wrong with this object.
| |
IDataErrorInfoItem |
Gets the String with the specified column name.
| |
IOutputSettingValuesTargetTargetName |
Gets the name of the element.
|