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)

適用対象