All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
ResourceIdentity Class Reference

Uniquely identifies the resource. More...

Public Member Functions

 ResourceIdentity ()
 Initializes a new instance of the ResourceIdentity class. More...
 
 ResourceIdentity (ResourceIdentity resourceIdentity)
 Initializes a new instance of the ResourceIdentity class. More...
 
override string ToString ()
 Returns a System.String that represents this instance. More...
 

Properties

string Id [get, set]
 Gets or sets id of the resource. More...
 
string Name [get, set]
 Gets or sets name of the resource. More...
 
short ResourceType [get, set]
 Gets or sets the type of the Resource Type. More...
 

Description

Uniquely identifies the resource.

Constructor & Destructor Documentation

Initializes a new instance of the ResourceIdentity class.

ResourceIdentity ( ResourceIdentity  resourceIdentity)

Initializes a new instance of the ResourceIdentity class.

Parameters
resourceIdentityThe resource identity.

Member Functions

override string ToString ( )

Returns a System.String that represents this instance.

Returns
A System.String that represents this instance.

Property Documentation

string Id
getset

Gets or sets id of the resource.

string Name
getset

Gets or sets name of the resource.

short ResourceType
getset

Gets or sets the type of the Resource Type.

The type of the resource type.