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