This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public sealed class MetaField |
Visual Basic (Declaration) | Copy Code |
---|---|
Public NotInheritable Class MetaField |
The type exposes the following members.
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToMetaXml |
Returns an XmlElement containing a description of this MetaField.
|
|
ToString |
Returns a string describing this MetaField (Overrides Object..::ToString()()()().) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
DataType |
Returns the type of this MetaField
|
|
FullName |
Fullname of the field
|
|
IsPrimaryKey |
Returns true if this field is the primary key.
|
|
MetaType |
The Meta
|
|
Name |
Name of the field
|
|
Ordinal |
Gets the ordinal of the field
|
|
Properties |
Gets the properties of this MetaField
|
|
RelationInfo |
Gets the RelationInfo for this MetaField.
|
|
StorageHandler |
Gets type of the storage handler of this MetaField.
|
See Also
Smartsite.Data Namespace