API Documentation

ComponentDescriptor

Namespace: TagBites.WinSchedulers.ComponentModel
Assembly: TagBites.WinSchedulers.dll

Provides a descriptor for component.

public class ComponentDescriptor

Constructors

ComponentDescriptor(Type)

protected void ComponentDescriptor(Type componentType)

Result Type: void

Parameters

TypeName
TypecomponentType

Properties

ComponentType

Gets the type of the component this descriptor is bound to.

public Type ComponentType { get; }

Result Type: Type