ReportingPostResourceChangedEventArgs Members
Include Protected Members
Include Inherited Members
Represents methods and properties in the post-event arguments for the OnResourceChanged event handler method.
The ReportingPostResourceChangedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReportingPostResourceChangedEventArgs | Creates an instance of the ReportingPostResourceChangedEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
CapacityDataChanged | Gets a Boolean value that indicates whether time-phased (capacity) data has been changed. | |
NonTimePhasedDataChanged | Gets a Boolean value that indicates whether data that is not time-phrased, including custom field values, has been changed. | |
ResourceUid | Gets the GUID of the changed resource. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a text string that contains the GUID for the resource that has been changed and two flags: one flag indicates whether time-phased data has been changed and one flag indicates whether data that is not time-phased has been changed. (Overrides Object.ToString().) |
Top