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

Inheritance: System.Dynamic.DynamicObject
Afficher le fichier Open project: coapp-deprecated/devtools Class Usage Examples

Méthodes publiques

Свойство Type Description
SourceLocation CoApp.Developer.Toolkit.Scripting.Languages.PropertySheet.SourceLocation

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static CreateSelectorString ( string name, string parameter, string @class, string id ) : string
name string
parameter string
@class string
id string
Résultat string

HasProperty() public méthode

public HasProperty ( string propertyName ) : bool
propertyName string
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

TryGetMember() public méthode

public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder System.Dynamic.GetMemberBinder
result object
Résultat bool

this() public méthode

public this ( string propertyName ) : PropertyRule
propertyName string
Résultat PropertyRule

Property Details

SourceLocation public_oe property

public SourceLocation,CoApp.Developer.Toolkit.Scripting.Languages.PropertySheet SourceLocation
Résultat CoApp.Developer.Toolkit.Scripting.Languages.PropertySheet.SourceLocation