MindFusion.Scheduling for ASP.NET Programmer's Guide
Resource Members
Constructors Properties Methods
 


Instances of the Resource class contain information about arbitrary resources.

The following tables list the members exposed by the Resource type.

 Public Constructors

  Name Description

Resource

Initializes a new instance of the Resource class.

 Public Properties

  Name Description

Id

Gets or sets the string identifier for this resource.

IsTrackingViewState

Gets a value that indicates whether the Resource is saving changes to its view state.

Name

Gets or sets the name of the resource.

Tag

Gets or sets custom data associated with the resource.

 Protected Properties

  Name Description

ViewState

Gets a dictionary of state information that allows you to save and restore the view state of the Resource across multiple requests for the same page.

 Public Methods

  Name Description

Equals

Determines whether the specified Object is equal to the current Object.

GetHashCode

Serves as a hash function for the Resource type.

LoadFrom

Overloaded.  

LoadViewState

Restores view-state information for this Resource saved by the SaveViewState method.

SaveTo

Overloaded.  

SaveViewState

Saves any server view-state changes that have occurred on this Resource since the time the page was posted back to the server.

ToString

Converts the value of the Resource object to its equivalent string representation using the specified culture-specific format information.

TrackViewState

Causes tracking of view-state changes to the Resource so they can be stored in the server control's StateBag object.

 See Also

Resource Class
MindFusion.Scheduling Namespace