Name | Description | |
---|---|---|
Resource Constructor | Creates a new Resource. |
The following tables list the members exposed by Resource.
Name | Description | |
---|---|---|
Resource Constructor | Creates a new Resource. |
Name | Description | |
---|---|---|
ACL | Gets the Access Control List | |
AgentSpecific | Gets or sets agent specific. | |
Description | Gets or sets Resource description. | |
Error | Gets an error message that describes the errors in the object. (Inherited from MVPSI.JAMS.BasePublicObject) | |
HasErrors | The HasErrors property can be used to determine if the object has any errors. If the object needs to be validated, it is done before returning. (Inherited from MVPSI.JAMS.BasePublicObject) | |
InEdit | Is this object in the middle of an edit? (Inherited from MVPSI.JAMS.BasePublicObject) | |
Item | Returns any error messages currently associated with this column. (Inherited from MVPSI.JAMS.BasePublicObject) | |
LastChange | Gets the date and time that this Resource was last changed. | |
LastChangedBy | Gets and sets the user who changed the resource last. | |
LastChangeUTC | Gets the UTC date and time that this Resource was last changed. | |
LoadedFrom | Gets the JAMS server where this is stored. | |
Modified | The Modified property keeps track of modified state of this object. You cannot set the Modified property. If you modify the object, the modified property will be true until you end or cancel the update. (Inherited from MVPSI.JAMS.BasePublicObject) | |
NewObject | The NewObject property indicates that this object has just been created and has never been saved on a JAMS Server. (Inherited from MVPSI.JAMS.BasePublicObject) | |
QuantityAvailable | Gets or sets the Quantity Available. | |
QuantityInUse | Gets the quantity currently in use. This is a dynamic value which is only supplied when the JAMS Scheduler service is running. | |
QuantityLeft | Gets the quantity left available. This is a dynamic value which is only supplied when the JAMS Scheduler service is running. | |
QuantityWaiting | Gets the total quantity waiting. This is a dynamic value which is only supplied when the JAMS Scheduler service is running. | |
References | Gets a list of References to this Resource. | |
ResourceDetails | Gets a ResourceDetailList that contains the ResourceDetails for this Resource definition. Only agent specific Resources can have resource details. | |
ResourceDetailsModified | Gets a boolean which indicates if the ResourceDetails collection was modified during an edit. | |
ResourceID | Gets the Resource ID. | |
ResourceName | Gets or sets the Resource Name. | |
Validated | The Validated property keeps track of the validation state of this object. If the object has been modified, Validated will be false until the object has been successfully validated by the Validate method. (Inherited from MVPSI.JAMS.BasePublicObject) |
Name | Description | |
---|---|---|
BeginEdit | Starts an edit of this object. (Inherited from MVPSI.JAMS.BasePublicObject) | |
CancelEdit | Cancels an edit of this object. (Inherited from MVPSI.JAMS.BasePublicObject) | |
Check | Overloaded. Check to see if a Resource is valid and the caller has acquire access. This signature shipped with v4.2.6. Got to keep it so that user code doesn't break. | |
ClearError | Clears the error message for a property. (Inherited from MVPSI.JAMS.BasePublicObject) | |
ClearModified | Overridden. Clear the modified flag of this Resource and all of the attached lists. | |
Clone | Implementation of ICloneable Clone. | |
CompareTo | Implementation of IComparable CompareTo. Compares this instance to the one specified. | |
Delete | Overloaded. Delete the Resource definition. | |
EndEdit | Ends an edit of this object. Any changes are saved. (Inherited from MVPSI.JAMS.BasePublicObject) | |
Exists | Overloaded. Test to determine if a given Resource exists on the default server. | |
Find | Overloaded. Creates and load a new ResourceList from the default server. | |
GetAccessControl | Overloaded. Gets a ResourceSecurity object that encapsulates the access control list (ACL) entries for the Resource described by the current Resource object. | |
Initialize | Initializes properties to their default values. | |
Load | Overloaded. Load the Resource with the specified name from the current JAMS Server. | |
ReadXml | Reads the resource values from XML. | |
SaveAs | Save the Resource with a new name and/or server. | |
SetAccessControl | Applies access control list (ACL) entries described by a ResourceSecurity object to the Resource described by the current Resource object. | |
SetError | Sets the error message for a property. (Inherited from MVPSI.JAMS.BasePublicObject) | |
SetModified | Marks the object as modified. (Inherited from MVPSI.JAMS.BasePublicObject) | |
ToString | Convert a Resource to a String. | |
UndoEdits | Overridden. Undo changes that have not been saved to the database. | |
Update | Overloaded. Updates a JAMS Resource definition on a JAMS Server. | |
Validate | Overloaded. Overridden. Validate all properties. | |
WriteXml | Writes the resource values to XML. |
Name | Description | |
---|---|---|
RaisePropertyChanged | Attempts to raise the PropertyChanged event (Inherited from MVPSI.JAMS.BasePublicObject) | |
RaisePropertyChanging | Attempts to raise the PropertyChanging event (Inherited from MVPSI.JAMS.BasePublicObject) | |
SaveOriginal | SaveOriginal is called when an edit is about to begin. You override this method to save the original values. (Inherited from MVPSI.JAMS.BasePublicObject) |
Name | Description | |
---|---|---|
PropertyChanged | Event Handler for Property Changed Event (Inherited from MVPSI.JAMS.BasePublicObject) | |
PropertyChanging | Event Handler for Property Changing Event (Inherited from MVPSI.JAMS.BasePublicObject) |