C# Class Axiom.Scripting.ScriptableObject

Inheritance: DisposableObject, IScriptableObject
Mostra file Open project: WolfgangSt/axiom

Public Methods

Method Description
SetParameters ( NameValuePairList parameters ) : void

Set multiple properties using a NameValuePairList

Protected Methods

Method Description
ScriptableObject ( ) : System

Private Methods

Method Description
_getTypePropertyMap ( Type type ) : IPropertyCommand>.Dictionary
_initializeTypeProperties ( Type type, IPropertyCommand>.Dictionary list ) : void
this ( string property ) : stringIScriptableObject.System

Method Details

ScriptableObject() protected method

protected ScriptableObject ( ) : System
return System

SetParameters() public method

Set multiple properties using a NameValuePairList
public SetParameters ( NameValuePairList parameters ) : void
parameters NameValuePairList the list of properties to set
return void