Class
ResourceMappingInfo

Provides mapping information for binding resource data from external data sources to Resource objects in RadScheduler. This class defines how properties in the data source correspond to resource properties.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class ResourceMappingInfo : MappingInfo, IMappingInfo, IEnumerable

Inheritance: objectMappingInfoResourceMappingInfo

Implements: IEnumerableIMappingInfo

Inherited Members MappingInfo.LoadFrom(string)MappingInfo.LoadFrom(string[,])MappingInfo.GetValue(string)MappingInfo.SetValue(string, string)MappingInfo.FindBySchedulerProperty(string)MappingInfo.FindByDataSourceProperty(string)MappingInfo.UniqueIdToDataSourceCallbackMappingInfo.UniqueIdToSchedulerCallbackMappingInfo.Mappings

Constructors

ResourceMappingInfo()

Declaration

cs-api-definition
public ResourceMappingInfo()

Properties

Color

Gets or sets the name of the data source property that maps to the resource color.

Declaration

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

Property Value

string

Id

Gets or sets the name of the data source property that maps to the resource identifier.

Declaration

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

Property Value

string

Image

Gets or sets the name of the data source property that maps to the resource image.

Declaration

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

Property Value

string

Name

Gets or sets the name of the data source property that maps to the resource display name.

Declaration

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

Property Value

string

Visible

Gets or sets the name of the data source property that maps to the resource visibility state.

Declaration

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

Property Value

string