CustomMappingFactoryAttributeAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Inserire questo attributo in un tipo per fare in modo che venga considerato una factory di mapping personalizzata.
[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
- Ereditarietà
- Attributi
Costruttori
CustomMappingFactoryAttributeAttribute(String) |
Inserire questo attributo in un tipo per fare in modo che venga considerato una factory di mapping personalizzata. |
Proprietà
ContractName |
Inserire questo attributo in un tipo per fare in modo che venga considerato una factory di mapping personalizzata. (Ereditato da ExtensionBaseAttribute) |