C# 클래스 weedstudio.Model.PropertyModel

상속: IBinder
파일 보기 프로젝트 열기: noear/Weed3 1 사용 예제들

공개 메소드들

메소드 설명
PropertyModel ( ) : System
PropertyModel ( String name, string type, bool isKey, string note, string def ) : System
bind ( GetHandlerEx s ) : void
clone ( ) : IBinder

메소드 상세

PropertyModel() 공개 메소드

public PropertyModel ( ) : System
리턴 System

PropertyModel() 공개 메소드

public PropertyModel ( String name, string type, bool isKey, string note, string def ) : System
name String
type string
isKey bool
note string
def string
리턴 System

bind() 공개 메소드

public bind ( GetHandlerEx s ) : void
s GetHandlerEx
리턴 void

clone() 공개 메소드

public clone ( ) : IBinder
리턴 IBinder