다음을 통해 공유


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

맨 위로 이동