C# 클래스 CoApp.Developer.Toolkit.Scripting.Languages.PropertySheet.Rule

상속: System.Dynamic.DynamicObject
파일 보기 프로젝트 열기: coapp-deprecated/devtools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SourceLocation CoApp.Developer.Toolkit.Scripting.Languages.PropertySheet.SourceLocation

공개 메소드들

메소드 설명
CreateSelectorString ( string name, string parameter, string @class, string id ) : string
HasProperty ( string propertyName ) : bool
ToString ( ) : string
TryGetMember ( GetMemberBinder binder, object &result ) : bool
this ( string propertyName ) : PropertyRule

비공개 메소드들

메소드 설명
GetRuleProperty ( string name ) : PropertyRule
Rule ( PropertySheet propertySheet ) : System.Collections.Generic

Rules must be created by the property sheet only.

메소드 상세

CreateSelectorString() 공개 정적인 메소드

public static CreateSelectorString ( string name, string parameter, string @class, string id ) : string
name string
parameter string
@class string
id string
리턴 string

HasProperty() 공개 메소드

public HasProperty ( string propertyName ) : bool
propertyName string
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryGetMember() 공개 메소드

public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder System.Dynamic.GetMemberBinder
result object
리턴 bool

this() 공개 메소드

public this ( string propertyName ) : PropertyRule
propertyName string
리턴 PropertyRule

프로퍼티 상세

SourceLocation 공개적으로 프로퍼티

public SourceLocation,CoApp.Developer.Toolkit.Scripting.Languages.PropertySheet SourceLocation
리턴 CoApp.Developer.Toolkit.Scripting.Languages.PropertySheet.SourceLocation