Class MapToProductAttribute
Namespace: Ludiq
Syntax
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public class MapToProductAttribute : Attribute, _Attribute, ITypeRegistrationAttribute
Constructors
MapToProductAttribute(Type, String)
Declaration
public MapToProductAttribute(Type type, string productId)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | |
| String | productId |
Properties
productId
Declaration
public string productId { get; }
Property Value
| Type | Description |
|---|---|
| String |
type
Declaration
public Type type { get; }
Property Value
| Type | Description |
|---|---|
| Type |