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
Nom | Description | |
---|---|---|
DataItem | Overloaded. Initializes a new instance of DataItem. |
Haut de la page
Public Properties
(see also Protected Properties )
Nom | 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 |
Haut de la page
Protected Properties
Nom | Description | |
---|---|---|
CanRaiseEvents | (inherited from Component ) | |
DesignMode | (inherited from Component ) | |
Events | (inherited from Component ) |
Haut de la page
Public Methods
(see also Protected Methods )
Nom | 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. |
Haut de la page
Protected Methods
Nom | Description | |
---|---|---|
Dispose | Overloaded. (inherited from Component ) | |
Finalize | (inherited from Component ) | |
GetService | (inherited from Component ) | |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject ) |
Haut de la page
Public Events
Nom | Description | |
---|---|---|
Disposed | (inherited from Component ) |
Haut de la page
Explicit Interface Implementations
Nom | Description | |
---|---|---|
System.ICloneable.Clone |
Haut de la page