C# 클래스 PassFruit.Field

상속: IField
파일 보기 프로젝트 열기: bettiolo/PassFruit 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( Field other ) : bool
Equals ( object obj ) : bool
Field ( IFieldType fieldType, System.Guid id = null, string name = "" ) : System
GetHashCode ( ) : int
GetProperties ( ) : object>.IDictionary
SetProperty ( string name, object value ) : void
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( Field other ) : bool
other Field
리턴 bool

Equals() 공개 메소드

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

Field() 공개 메소드

public Field ( IFieldType fieldType, System.Guid id = null, string name = "" ) : System
fieldType IFieldType
id System.Guid
name string
리턴 System

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetProperties() 공개 메소드

public GetProperties ( ) : object>.IDictionary
리턴 object>.IDictionary

SetProperty() 공개 메소드

public SetProperty ( string name, object value ) : void
name string
value object
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string