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

Inheritance: IPropertyValue
Show file Open project: coapp-deprecated/devtools Class Usage Examples

Private Properties

Property Type Description
Actual IPropertyValue
GetCollection IEnumerable
IEnumerable IEnumerator
PropertyValue System
RecursiveStep int

Public Methods

Method Description
Add ( string value ) : void
GetEnumerator ( ) : IEnumerator

Private Methods

Method Description
Actual ( string label ) : IPropertyValue
GetCollection ( string name ) : IEnumerable
IEnumerable ( ) : IEnumerator
PropertyValue ( PropertyRule parent, string label, IEnumerable collectionNames = null ) : System
RecursiveStep ( int currentIndex, IEnumerator enumerators ) : int

Method Details

Add() public method

public Add ( string value ) : void
value string
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator