Interface
IResource

Defines basic methods and properties of a resource.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public interface IResource : IEquatable<IResource>

Inherited Members IEquatable<IResource>.Equals(IResource)

Properties

DisplayName

Gets or sets the display name.

Declaration

cs-api-definition
string DisplayName { get; set; }

Property Value

string

The display name.

ResourceName

Gets or sets the string value representing the name of the IResource object.

Declaration

cs-api-definition
string ResourceName { get; set; }

Property Value

string

ResourceType

Gets or sets the string value representing the type of the IResource object.

Declaration

cs-api-definition
string ResourceType { get; set; }

Property Value

string