Элементы DataItem

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.

Тип DataItem предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод DataItem() () () () Initializes a new instance of DataItem using default values.
Открытый метод DataItem(Binding) Initializes a new instance of DataItem for the specified source.
Открытый метод DataItem(String, String) Initializes a new instance of DataItem for the specified table and column.
Открытый метод DataItem(Binding, OleDbType) Initializes a new instance of DataItem for the specified source with the specified OleDbType.
Открытый метод DataItem(String, String, OleDbType) Initializes a new instance of DataItem for the specified table and column with the specified OleDbType.
Открытый метод DataItem(Binding, OleDbType, Int32) Initializes a new instance of DataItem for the specified source with the specified OleDbType and data size.
Открытый метод DataItem(String, String, OleDbType, Int32) Initializes a new instance of DataItem for the specified table and column with the specified OleDbType and data size.

В начало

Методы

  Имя Описание
Открытый метод Clone Creates a new, deep copy of current DataItem.
Открытый метод CopyTo Creates a deep copy of current DataItem in the specified object.
Открытый метод CreateObjRef (Наследуется из MarshalByRefObject.)
Открытый метод Dispose (Наследуется из Component.)
Защищенный метод Dispose (Наследуется из Component.)
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Component.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetLifetimeService (Наследуется из MarshalByRefObject.)
Защищенный метод GetService (Наследуется из Component.)
Открытый метод GetType (Наследуется из Object.)
Открытый метод InitializeLifetimeService (Наследуется из MarshalByRefObject.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из MarshalByRefObject.)
Открытый метод ToString Returns a string representation of current DataItem value. (Перезаписывает Component. . :: . .ToString() () () ().)

В начало

Свойства

  Имя Описание
Открытое свойствоСтатический элемент AllowedDataTypes Gets an array with the allowed data types as defined in OLEDB.
Открытое свойство Annotations Gets the collection object of all annotations to current DataItem.
Защищенное свойство CanRaiseEvents (Наследуется из Component.)
Открытое свойство Collation Gets or sets the collation definition for the current DataItem.
Открытое свойство Container (Наследуется из Component.)
Открытое свойство DataSize Gets or sets the size for current DataItem.
Открытое свойство DataType Gets or sets the type of current DataItem.
Защищенное свойство DesignMode (Наследуется из Component.)
Защищенное свойство Events (Наследуется из Component.)
Открытое свойство 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 (Наследуется из Component.)
Открытое свойство Source Gets or sets the source object for current DataItem.
Открытое свойство Trimming Gets or sets the trimming specification for string type DataItem

В начало

События

  Имя Описание
Открытое событие Disposed (Наследуется из Component.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICloneable. . :: . .Clone

В начало