EventHandlersDataSet.EventHandlersRow Members
Include Protected Members
Include Inherited Members
Contains the settings for registering one event handler in Project Server.
The EventHandlersDataSet.EventHandlersRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
AssemblyName | Gets or sets the full name of the assembly that implements the event handler. | |
ClassName | Gets or sets the fully qualified name of the class in the assembly that implements the event handler. | |
Description | Gets or sets the description of the event handler. | |
EventHandlerUid | Gets or sets the GUID that is associated with the event handler. | |
EventId | Gets or sets the identifier of the event that is dispatched by the event handler. | |
HasErrors | (Inherited from DataRow.) | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
Name | Gets or sets the unique name of the event handler. | |
Order | Gets or sets the integer that represents the relative sequence of the event handler. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top