Property | Type | Description | |
---|---|---|---|
Spell |
Method | Description | |
---|---|---|
AddProperty ( |
||
DynamicObject ( |
||
GetAttributes ( ) : |
||
GetClassName ( ) : string | ||
GetComponentName ( ) : string | ||
GetConverter ( ) : |
||
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor | ||
GetDefaultProperty ( ) : |
||
GetEditor ( System editorBaseType ) : object | ||
GetEvents ( ) : |
||
GetEvents ( System attributes ) : |
||
GetProperties ( ) : |
||
GetProperties ( System attributes ) : |
||
GetPropertyOwner ( System pd ) : object | ||
RemoveProperty ( string propertyName ) : void | ||
this ( string propertyName ) : object |
Method | Description | |
---|---|---|
FilterProperties ( string filter ) : void | ||
GetPropertyValue ( string propertyName ) : object | ||
SetPropertyValue ( string propertyName, object value ) : void |
public AddProperty ( |
||
f | ||
return | void |
public DynamicObject ( |
||
S | ||
return | System |
public GetAttributes ( ) : |
||
return |
public GetConverter ( ) : |
||
return |
public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor | ||
return | System.ComponentModel.EventDescriptor |
public GetDefaultProperty ( ) : |
||
return |
public GetEditor ( System editorBaseType ) : object | ||
editorBaseType | System | |
return | object |
public GetEvents ( ) : |
||
return |
public GetEvents ( System attributes ) : |
||
attributes | System | |
return |
public GetProperties ( ) : |
||
return |
public GetProperties ( System attributes ) : |
||
attributes | System | |
return |
public GetPropertyOwner ( System pd ) : object | ||
pd | System | |
return | object |
public RemoveProperty ( string propertyName ) : void | ||
propertyName | string | |
return | void |