Class ObjectProviderAttribute
public class ObjectProviderAttribute : PropertyAttribute
- Inheritance
-
ObjectProviderAttribute
Constructors
ObjectProviderAttribute(Type, string, string)
public ObjectProviderAttribute(Type type, string prefixLabel, string tooltip)
Parameters
Properties
PrefixLabel
public string PrefixLabel { get; }
Property Value
Tooltip
public string Tooltip { get; }
Property Value
Type
public Type Type { get; }