Class TypeConverterForAttribute
Inheritance
TypeConverterForAttribute
Assembly: Xareus.Scenarios.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class TypeConverterForAttribute : Attribute
Constructors
TypeConverterForAttribute(Type)
Declaration
public TypeConverterForAttribute(Type convertibleType)
Parameters
| Type |
Name |
Description |
| Type |
convertibleType |
|
TypeConverterForAttribute(Type, bool)
Declaration
public TypeConverterForAttribute(Type convertibleType, bool overrideOtherConverters)
Parameters
| Type |
Name |
Description |
| Type |
convertibleType |
|
| bool |
overrideOtherConverters |
|
Properties
ConvertibleType
The type that can be converted
Declaration
public Type ConvertibleType { get; }
Property Value
OverrideOtherConverters
Declaration
public bool OverrideOtherConverters { get; }
Property Value