Class ResourceMappingInfo
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: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class ResourceMappingInfo : MappingInfo, IMappingInfo, IEnumerable<SchedulerMapping>, IEnumerable
Constructors
ResourceMappingInfo()
Declaration
public ResourceMappingInfo()
Properties
Color
Gets or sets the color property in the datasource.
Declaration
public string Color { get; set; }
Property Value
System.String
The color. |
Id
Gets or sets the id.
Declaration
public string Id { get; set; }
Property Value
System.String
The id. |
Image
Gets or sets the resource image.
Declaration
public string Image { get; set; }
Property Value
System.String
The image. |
Name
Gets or sets the resource name.
Declaration
public string Name { get; set; }
Property Value
System.String
The name. |
Visible
Gets or sets name of the visible property in the datasource.
Declaration
public string Visible { get; set; }
Property Value
System.String
The visible. |