cohtml.CoherentMethodAttribute
Inherits from Attribute
Public Functions
| Name | |
|---|---|
| CoherentMethodAttribute(string scriptEventName) | |
| CoherentMethodAttribute(string scriptEventName, bool isEvent) |
Public Properties
| Name | |
|---|---|
| string | ScriptEventName |
| bool | IsEvent |
Public Functions Documentation
function CoherentMethodAttribute
CoherentMethodAttribute(
string scriptEventName
)
function CoherentMethodAttribute
CoherentMethodAttribute(
string scriptEventName,
bool isEvent
)
Public Property Documentation
property ScriptEventName
string ScriptEventName;
property IsEvent
bool IsEvent;