C# 클래스 PropertyMap, simplexml

상속: ICanBeReadInOrder, IHaveValueNode
파일 보기 프로젝트 열기: ngallagher/simplexml 1 사용 예제들

공개 메소드들

메소드 설명
AddGetProperty ( String name, MethodDetail, detail ) : void
AddSetProperty ( String name, MethodDetail, detail ) : void
GetProperty ( String name ) : Property
PropertyMap ( SourceDetails details ) : System.Collections.Generic

메소드 상세

AddGetProperty() 공개 메소드

public AddGetProperty ( String name, MethodDetail, detail ) : void
name String
detail MethodDetail,
리턴 void

AddSetProperty() 공개 메소드

public AddSetProperty ( String name, MethodDetail, detail ) : void
name String
detail MethodDetail,
리턴 void

GetProperty() 공개 메소드

public GetProperty ( String name ) : Property
name String
리턴 Property

PropertyMap() 공개 메소드

public PropertyMap ( SourceDetails details ) : System.Collections.Generic
details SourceDetails
리턴 System.Collections.Generic