Interface IResource
Defines basic methods and properties of a resource.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface IResource : IEquatable<IResource>
Properties
DisplayName
Gets or sets the display name.
Declaration
string DisplayName { get; set; }
Property Value
System.String
The display name. |
ResourceName
Gets or sets the System.String value representing the name of the IResource object.
Declaration
string ResourceName { get; set; }
Property Value
System.String
|
ResourceType
Gets or sets the System.String value representing the type of the IResource object.
Declaration
string ResourceType { get; set; }
Property Value
System.String
|