ClassResource
Represents basic IResource implementation.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
public class Resource : IResource, IEquatable<IResource>
Inheritance: objectResource
Implements:
Constructors
Resource()
Initializes a new instance of the Resource class.
Declaration
public Resource()
Resource(string)
Initializes a new instance of the Resource class.
Resource(string, string)
Initializes a new instance of the Resource class.
Properties
DisplayName
Gets or sets the display name.
Declaration
public string DisplayName { get; set; }
Property Value
The display name.
Implements
ResourceName
Declaration
public string ResourceName { get; set; }
Property Value
Implements
ResourceType
Declaration
public string ResourceType { get; set; }
Property Value
Implements
Methods
Equals(IResource)
Determines whether the specified IResource is equal to this instance.
Equals(object)
Determines whether the specified object is equal to this instance.
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides
ToString()
Returns a string that represents this instance.