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.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ExtensibleStorage.Field
System.Object
Autodesk.Revit.DB.ExtensibleStorage.Field
public class Field : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| CompatibleUnit(ForgeTypeId) | Boolean | Checks if the specified unit is compatible with the field description. | |
| Dispose() | None | Releases all resources used by the Field | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetSpecTypeId() | ForgeTypeId | Gets the spec describing the values stored in this field. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| SubEntityReadAccessGranted() | Boolean | Checks whether there is read access to subentities storable in this field. | |
| SubEntityWriteAccessGranted() | Boolean | Checks whether there is write access to subentities storable in this field. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| 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 | Boolean | 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. | |
| SubSchema | Schema | The Schema describing the subentity (or subentities) stored in this Field. | |
| SubSchemaGUID | Guid | The GUID of the Schema describing the subentity (or subentities) stored in this Field. | |
| ValueType | Type | The type of the values stored in the field. |