Field
Description:
The description of a field within a Schema in the Extensible Storage framework. Contains the field's name, type, access control and documentation.
The description of a field within a Schema in the Extensible Storage framework. Contains the field's name, type, access control and documentation.
public class Field : IDisposable
| Name | Return Type | Description |
|---|---|---|
| CompatibleDisplayUnitType(DisplayUnitType) | bool | Checks if the specified type is compatible with the field description. |
| Dispose() | None | Releases all resources used by the |
| SubEntityReadAccessGranted() | bool | Checks whether there is read access to subentities storable in this field. |
| SubEntityWriteAccessGranted() | bool | Checks whether there is write access to subentities storable in this field. |
| Name | Return Type | Description |
|---|---|---|
| ContainerType | ContainerType | Reports whether this is a simple field containing one value, or a container of multiple values. |
| Documentation | string | The overall description of the Field. |
| FieldName | string | The name of the field. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| KeyType | Type | The type of the keys stored in the field. |
| Schema | Schema | The Schema to which this Field belongs. |
| SubSchemaGUID | Guid | The GUID of the Schema describing the subentity (or subentities) stored in this Field. |
| SubSchema | Schema | The Schema describing the subentity (or subentities) stored in this Field. |
| UnitType | UnitType | The type of units represented by values stored in this field |
| ValueType | Type | The type of the values stored in the field. |