Class
Resource

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public class Resource : PropertyChangedBase, INotifyPropertyChanged, IResource

Inheritance: objectPropertyChangedBaseResource

Derived Classes: HierarchicalResource

Implements: INotifyPropertyChangedIResource

Inherited Members PropertyChangedBase.OnPropertyChanged(PropertyChangedEventArgs)PropertyChangedBase.OnPropertyChanged(string)PropertyChangedBase.OnPropertyChanged<T>(Expression<Func<T>>)PropertyChangedBase.PropertyChanged

Constructors

Resource()

Declaration

cs-api-definition
public Resource()

Properties

Name

Declaration

cs-api-definition
public string Name { get; set; }

Property Value

string

TypeKey

Declaration

cs-api-definition
public object TypeKey { get; }

Property Value

object

Implements IResource.TypeKey

Methods

OnTypeKeyPropertyChanged(object, object)

Declaration

cs-api-definition
protected virtual void OnTypeKeyPropertyChanged(object oldValue, object newValue)

Parameters

oldValue

object

newValue

object

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()