Table of Contents

Class DescriptorProviderAttribute

Namespace
Coherence.Toolkit
Assembly
Coherence.Toolkit.dll
public class DescriptorProviderAttribute : Attribute
Inheritance
DescriptorProviderAttribute

Constructors

DescriptorProviderAttribute(Type)

public DescriptorProviderAttribute(Type componentType)

Parameters

componentType Type

DescriptorProviderAttribute(Type, int)

public DescriptorProviderAttribute(Type componentType, int priority)

Parameters

componentType Type
priority int

Fields

componentType

public readonly Type componentType

Field Value

Type

priority

public readonly int priority

Field Value

int