TimeSchedulerResourceDescriptor
Namespace: TagBites.WinSchedulers.Descriptors
Assembly: TagBites.WinSchedulers.dll
Product: TagBites.WinSchedulers v. 1.3.8
Provides information about resources in a TimeScheduler.
public class TimeSchedulerResourceDescriptor : TagBites.WinSchedulers.ComponentModel.ComponentDescriptorInheritance: object → ComponentDescriptor → TimeSchedulerResourceDescriptor
Constructors
Section titled “Constructors”TimeSchedulerResourceDescriptor(Type)
Section titled “TimeSchedulerResourceDescriptor(Type)”Initializes a new instance of the TimeSchedulerResourceDescriptor class with the specified component type.
public TimeSchedulerResourceDescriptor(Type componentType)Parameters
Section titled “Parameters”componentTypeType
the type of the component this descriptor is bound to.
Properties
Section titled “Properties”TextDelegate
Section titled “TextDelegate”Gets or sets the delegate encapsulating a method that returns the text displayed by the resource.
public Func<object, string> TextDelegate { get; set; }Property Value
Section titled “Property Value”A delegate that returns the text displayed by the resource.
TextMember
Section titled “TextMember”Gets or sets the name of the member that returns the displayed text.
public string TextMember { get; set; }Property Value
Section titled “Property Value”A String represents the name of the member that contains the displayed text.