C# Class Axiom.Scripting.ScriptableObject

Inheritance: DisposableObject, IScriptableObject
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Méthode Description
SetParameters ( NameValuePairList parameters ) : void

Set multiple properties using a NameValuePairList

Méthodes protégées

Méthode Description
ScriptableObject ( ) : System

Private Methods

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

Method Details

ScriptableObject() protected méthode

protected ScriptableObject ( ) : System
Résultat System

SetParameters() public méthode

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