C# 클래스 Property, simplexml

파일 보기 프로젝트 열기: ngallagher/simplexml 1 사용 예제들

공개 메소드들

메소드 설명
AddGetMethod ( MethodDetail, detail ) : void
AddSetMethod ( MethodDetail, detail ) : void
Done ( ) : void
Get ( ) : MethodDetail
IsDone ( ) : bool
IsGettable ( ) : bool
IsSettable ( ) : bool
Set ( ) : MethodDetail
Verify ( ) : bool

메소드 상세

AddGetMethod() 공개 메소드

public AddGetMethod ( MethodDetail, detail ) : void
detail MethodDetail,
리턴 void

AddSetMethod() 공개 메소드

public AddSetMethod ( MethodDetail, detail ) : void
detail MethodDetail,
리턴 void

Done() 공개 메소드

public Done ( ) : void
리턴 void

Get() 공개 메소드

public Get ( ) : MethodDetail
리턴 MethodDetail

IsDone() 공개 메소드

public IsDone ( ) : bool
리턴 bool

IsGettable() 공개 메소드

public IsGettable ( ) : bool
리턴 bool

IsSettable() 공개 메소드

public IsSettable ( ) : bool
리턴 bool

Set() 공개 메소드

public Set ( ) : MethodDetail
리턴 MethodDetail

Verify() 공개 메소드

public Verify ( ) : bool
리턴 bool