Field Members
Include Protected Members
Include Inherited Members
Represents a column returned from the business application. This essentially wraps the TypeDescriptor describing the column in the metadata definition.
The Field type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Field | Infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
ContainsLocalizedDisplayName | Determines whether a field contains a localized display name. | |
DefaultDisplayName | Returns the default display name of the field. | |
LocalizedDisplayName | Returns the localized display name of the field. | |
Name | Returns the name of the field. | |
TypeDescriptor | Returns the underlying TypeDescriptor that represents the Field. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace