API Documentation

TimeSchedulerResourceDescriptor

Namespace: TagBites.WinSchedulers.Descriptors
Assembly: TagBites.WinSchedulers.dll

Provides information about resources in a TagBites.WinSchedulers.TimeScheduler.

public class TimeSchedulerResourceDescriptor : TagBites.WinSchedulers.ComponentModel.ComponentDescriptor

Constructors

TimeSchedulerResourceDescriptor(Type)

Initializes a new instance of the TagBites.WinSchedulers.Descriptors.TimeSchedulerResourceDescriptor class with the specified component type.

public void TimeSchedulerResourceDescriptor(Type componentType)

Result Type: void

Parameters

TypeName
TypecomponentTypethe type of the component this descriptor is bound to.

Properties

TextDelegate

Gets or sets the delegate encapsulating a method that returns the text displayed by the resource.

public Func<object, string> TextDelegate { get; set; }

Result Type: Func<object,string>

TextMember

Gets or sets the name of the member that returns the displayed text.

public string TextMember { get; set; }

Result Type: string