C# 클래스 Xwt.TransferDataType

Data type to be used in drag & drop and copy & paste operations
파일 보기 프로젝트 열기: TheBrainTech/xwt 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Html TransferDataType
Image TransferDataType
Rtf TransferDataType
Text TransferDataType
Uri TransferDataType

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
FromId ( string id ) : TransferDataType

Creates a data type using a custom identifier

FromType ( Type type ) : TransferDataType

Creates a transfer data type from a CLR type

This is the data type to be used when transferring whole objects through drag & drop or copy & paste

GetHashCode ( ) : int
operator ( ) : bool

비공개 메소드들

메소드 설명
TransferDataType ( string id ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

FromId() 공개 정적인 메소드

Creates a data type using a custom identifier
public static FromId ( string id ) : TransferDataType
id string /// The identifier. ///
리턴 TransferDataType

FromType() 공개 정적인 메소드

Creates a transfer data type from a CLR type
This is the data type to be used when transferring whole objects through drag & drop or copy & paste
public static FromType ( Type type ) : TransferDataType
type System.Type /// A type ///
리턴 TransferDataType

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Html 공개적으로 정적으로 프로퍼티

The HTML data type
public static TransferDataType,Xwt Html
리턴 TransferDataType

Image 공개적으로 정적으로 프로퍼티

The image data type
public static TransferDataType,Xwt Image
리턴 TransferDataType

Rtf 공개적으로 정적으로 프로퍼티

The RTF data type
public static TransferDataType,Xwt Rtf
리턴 TransferDataType

Text 공개적으로 정적으로 프로퍼티

The text data type
public static TransferDataType,Xwt Text
리턴 TransferDataType

Uri 공개적으로 정적으로 프로퍼티

The URI data type. This is used for file and url copy and drag operations
public static TransferDataType,Xwt Uri
리턴 TransferDataType