Class ResourceMapping
Represents a class that provides mapping information to create SchedulerResource from the fields of data object in ResourceCollection.
Inheritance
System.Object
ResourceMapping
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public class ResourceMapping
Constructors
ResourceMapping()
Declaration
public ResourceMapping()
Properties
Background
Gets or sets the field name in data object which binds to the Background property.
Declaration
public string Background { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Foreground
Gets or sets the field name in data object which binds to the Foreground property.
Declaration
public string Foreground { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the filed name in data object which binds to the Id property.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the field name in data object which binds to the Name property.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |