Skip to content
Auto
Products

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.ComponentDescriptor

Inheritance: object → ComponentDescriptor → TimeSchedulerResourceDescriptor

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

public TimeSchedulerResourceDescriptor(Type componentType)
  • componentType Type
    the type of the component this descriptor is bound to.

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

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

Func<object, string>

A delegate that returns the text displayed by the resource.

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

public string TextMember { get; set; }

string

A String represents the name of the member that contains the displayed text.