Метод | Описание | |
---|---|---|
GetInvoke ( string propName ) : object |
Defines the behavior when a property is read
|
|
Invoke ( string method ) : object |
Invokes the specified method.
|
|
JSCollectionGeneratorDuck ( IJSCollectionGenerator generator ) : NVelocity | ||
SetInvoke ( string propName, object value ) : void |
Defines the behavior when a property is written
|
public GetInvoke ( string propName ) : object | ||
propName | string | Property name. |
Результат | object |
public Invoke ( string method ) : object | ||
method | string | The method name. |
Результат | object |
public JSCollectionGeneratorDuck ( IJSCollectionGenerator generator ) : NVelocity | ||
generator | IJSCollectionGenerator | |
Результат | NVelocity |
public SetInvoke ( string propName, object value ) : void | ||
propName | string | Property name. |
value | object | The value to assign. |
Результат | void |