메소드 | 설명 | |
---|---|---|
Perform ( |
Performs the function in the given context.
|
|
SystemFunction ( |
Creates a new system function with a specific context.
|
메소드 | 설명 | |
---|---|---|
RaiseNotification ( NotificationType notificationType, String message ) : void |
Raises a notification event.
|
public Perform ( |
||
context | The context where the function is executed. | |
argument | The argument of the function. | |
리턴 |
protected RaiseNotification ( NotificationType notificationType, String message ) : void | ||
notificationType | NotificationType | The type of notification. |
message | String | The message to use. |
리턴 | void |
public SystemFunction ( |
||
context | The given context. | |
리턴 | System |