Table of Contents

Class ObjectProviderAttribute

Namespace
Coherence.Toolkit
Assembly
Coherence.Toolkit.dll
public class ObjectProviderAttribute : PropertyAttribute
Inheritance
ObjectProviderAttribute

Constructors

ObjectProviderAttribute(Type, string, string)

public ObjectProviderAttribute(Type type, string prefixLabel, string tooltip)

Parameters

type Type
prefixLabel string
tooltip string

Properties

PrefixLabel

public string PrefixLabel { get; }

Property Value

string

Tooltip

public string Tooltip { get; }

Property Value

string

Type

public Type Type { get; }

Property Value

Type