C# Class CoApp.Developer.Toolkit.Scripting.Languages.PropertySheet.Rule

Inheritance: System.Dynamic.DynamicObject
Exibir arquivo Open project: coapp-deprecated/devtools Class Usage Examples

Public Properties

Property Type Description
SourceLocation CoApp.Developer.Toolkit.Scripting.Languages.PropertySheet.SourceLocation

Public Methods

Method Description
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

Private Methods

Method Description
GetRuleProperty ( string name ) : PropertyRule
Rule ( PropertySheet propertySheet ) : System.Collections.Generic

Rules must be created by the property sheet only.

Method Details

CreateSelectorString() public static method

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

HasProperty() public method

public HasProperty ( string propertyName ) : bool
propertyName string
return bool

ToString() public method

public ToString ( ) : string
return string

TryGetMember() public method

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

this() public method

public this ( string propertyName ) : PropertyRule
propertyName string
return PropertyRule

Property Details

SourceLocation public_oe property

public SourceLocation,CoApp.Developer.Toolkit.Scripting.Languages.PropertySheet SourceLocation
return CoApp.Developer.Toolkit.Scripting.Languages.PropertySheet.SourceLocation