DataItem Members
Describes a data item that includes the definition of that data item (size, type and more), and the details of the binding to some source. This class cannot be inherited.
The following tables list the members exposed by the DataItem type.
Public Constructors
名称 | Description | |
---|---|---|
DataItem | Overloaded. Initializes a new instance of DataItem. |
顶部
Public Properties
(see also Protected Properties )
名称 | Description | |
---|---|---|
AllowedDataTypes | Gets an array with the allowed data types as defined in OLEDB. | |
Annotations | Gets the collection object of all annotations to current DataItem. | |
Collation | Gets or sets the collation definition for the current DataItem. | |
Container | (inherited from Component ) | |
DataSize | Gets or sets the size for current DataItem. | |
DataType | Gets or sets the type of current DataItem. | |
Format | Gets or sets the formatting property for DataItem values. | |
InvalidXmlCharacters | Gets or sets the behavior for invalid characters in XML streams. | |
MimeType | Gets or sets the Mime type of the current DataItem. | |
NullProcessing | Gets or sets action the server should take when current DataItem is a Null value. | |
Parent | Gets the parent object of current DataItem. | |
Site | (inherited from Component ) | |
Source | Gets or sets the source object for current DataItem. | |
Trimming | Gets or sets the trimming specification for string type DataItem |
顶部
Protected Properties
名称 | Description | |
---|---|---|
CanRaiseEvents | (inherited from Component ) | |
DesignMode | (inherited from Component ) | |
Events | (inherited from Component ) |
顶部
Public Methods
(see also Protected Methods )
名称 | Description | |
---|---|---|
Clone | Creates a new, deep copy of current DataItem. | |
CopyTo | Creates a deep copy of current DataItem in the specified object. | |
CreateObjRef | (inherited from MarshalByRefObject ) | |
Dispose | Overloaded. (inherited from Component ) | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetLifetimeService | (inherited from MarshalByRefObject ) | |
GetType | (inherited from Object ) | |
InitializeLifetimeService | (inherited from MarshalByRefObject ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. Returns a string representation of current DataItem value. |
顶部
Protected Methods
名称 | Description | |
---|---|---|
Dispose | Overloaded. (inherited from Component ) | |
Finalize | (inherited from Component ) | |
GetService | (inherited from Component ) | |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject ) |
顶部
Public Events
名称 | Description | |
---|---|---|
Disposed | (inherited from Component ) |
顶部
Explicit Interface Implementations
名称 | Description | |
---|---|---|
System.ICloneable.Clone |
顶部