EventField.Key Constructor
Include Protected Members
Include Inherited Members
Creates a new instance of the EventField.Key class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
EventField.Key() | Default constructor for generic key generation that creates a new instance of the EventField.Key class. | |
EventField.Key(String) | Creates a new instance of the EventField.Key class from the name parameter. | |
EventField.Key(EventField.Key) | Creates a new instance of the EventField.Key class from another EventField.Key object. |
Top