CustomMappingFactoryAttributeAttribute Class

Definition

Place this attribute onto a type to cause it to be considered a custom mapping factory.

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class CustomMappingFactoryAttributeAttribute : Microsoft.ML.ExtensionBaseAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type CustomMappingFactoryAttributeAttribute = class
    inherit ExtensionBaseAttribute
Public NotInheritable Class CustomMappingFactoryAttributeAttribute
Inherits ExtensionBaseAttribute
Inheritance
CustomMappingFactoryAttributeAttribute
Attributes

Constructors

CustomMappingFactoryAttributeAttribute(String)

Properties

ContractName (Inherited from ExtensionBaseAttribute)

Applies to