메소드 | 설명 | |
---|---|---|
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 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 |