CustomMappingFactoryAttributeAttribute クラス

定義

この属性を型に配置して、カスタム マッピング ファクトリと見なします。

[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
継承
CustomMappingFactoryAttributeAttribute
属性

コンストラクター

CustomMappingFactoryAttributeAttribute(String)

この属性を型に配置して、カスタム マッピング ファクトリと見なします。

プロパティ

ContractName

この属性を型に配置して、カスタム マッピング ファクトリと見なします。

(継承元 ExtensionBaseAttribute)

適用対象