DocumentFieldDefinition Properties |
The DocumentFieldDefinition type exposes the following members.
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 | |
---|---|---|
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.
|