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

A RuleProperty represents a single property name, with potentially multiple property-labels, each label can have 1 or more values.
Inheritance: System.Dynamic.DynamicObject
Afficher le fichier Open project: coapp-deprecated/devtools Class Usage Examples

Private Properties

Свойство Type Description
GetPropertyValue PropertyValue
PropertyRule System.Collections.Generic

Méthodes publiques

Méthode Description
ToString ( ) : string
TryGetMember ( GetMemberBinder binder, object &result ) : bool
this ( string label ) : IPropertyValue

Private Methods

Méthode Description
GetPropertyValue ( string label, IEnumerable collections = null ) : PropertyValue

Gets Or Adds a PropertyValue with the given label and collection.

PropertyRule ( Rule parent, string name ) : System.Collections.Generic

RuleProperty object must be created by the Rule.

Method Details

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 label ) : IPropertyValue
label string
Résultat IPropertyValue