Compartir a través de


DataItem Miembros

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.

El tipo DataItem expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico DataItem() () () () Initializes a new instance of DataItem using default values.
Método publico DataItem(Binding) Initializes a new instance of DataItem for the specified source.
Método publico DataItem(String, String) Initializes a new instance of DataItem for the specified table and column.
Método publico DataItem(Binding, OleDbType) Initializes a new instance of DataItem for the specified source with the specified OleDbType.
Método publico DataItem(String, String, OleDbType) Initializes a new instance of DataItem for the specified table and column with the specified OleDbType.
Método publico DataItem(Binding, OleDbType, Int32) Initializes a new instance of DataItem for the specified source with the specified OleDbType and data size.
Método publico DataItem(String, String, OleDbType, Int32) Initializes a new instance of DataItem for the specified table and column with the specified OleDbType and data size.

Principio

Métodos

  Nombre Descripción
Método publico Clone Creates a new, deep copy of current DataItem.
Método publico CopyTo Creates a deep copy of current DataItem in the specified object.
Método publico CreateObjRef (Se hereda de MarshalByRefObject).
Método publico Dispose (Se hereda de Component).
Método protegido Dispose (Se hereda de Component).
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Component).
Método publico GetHashCode (Se hereda de Object).
Método publico GetLifetimeService (Se hereda de MarshalByRefObject).
Método protegido GetService (Se hereda de Component).
Método publico GetType (Se hereda de Object).
Método publico InitializeLifetimeService (Se hereda de MarshalByRefObject).
Método protegido MemberwiseClone (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de MarshalByRefObject).
Método publico ToString Returns a string representation of current DataItem value. (Invalida Component. . :: . .ToString() () () ().)

Principio

Propiedades

  Nombre Descripción
Propiedad públicaMiembro estático AllowedDataTypes Gets an array with the allowed data types as defined in OLEDB.
Propiedad pública Annotations Gets the collection object of all annotations to current DataItem.
Propiedad protegida CanRaiseEvents (Se hereda de Component).
Propiedad pública Collation Gets or sets the collation definition for the current DataItem.
Propiedad pública Container (Se hereda de Component).
Propiedad pública DataSize Gets or sets the size for current DataItem.
Propiedad pública DataType Gets or sets the type of current DataItem.
Propiedad protegida DesignMode (Se hereda de Component).
Propiedad protegida Events (Se hereda de Component).
Propiedad pública Format Gets or sets the formatting property for DataItem values.
Propiedad pública InvalidXmlCharacters Gets or sets the behavior for invalid characters in XML streams.
Propiedad pública MimeType Gets or sets the Mime type of the current DataItem.
Propiedad pública NullProcessing Gets or sets action the server should take when current DataItem is a Null value.
Propiedad pública Parent Gets the parent object of current DataItem.
Propiedad pública Site (Se hereda de Component).
Propiedad pública Source Gets or sets the source object for current DataItem.
Propiedad pública Trimming Gets or sets the trimming specification for string type DataItem

Principio

Eventos

  Nombre Descripción
Evento público Disposed (Se hereda de Component).

Principio

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICloneable. . :: . .Clone

Principio