Class FactoryAttribute
[AttributeUsage(AttributeTargets.Class)]
public class FactoryAttribute : Attribute
- Inheritance
-
FactoryAttribute
- Derived
- Inherited Members
Constructors
FactoryAttribute(string)
public FactoryAttribute(string factoryIdentifier)
Parameters
factoryIdentifier
string
Properties
Description
public string Description { get; set; }
Property Value
FactoryIdentifier
public string FactoryIdentifier { get; }