SfcSerializationAdapterAttribute クラス

定義

特定のプロパティに使用するシリアル化アダプターの種類を指定する属性

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class SfcSerializationAdapterAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SfcSerializationAdapterAttribute = class
    inherit Attribute
Public Class SfcSerializationAdapterAttribute
Inherits Attribute
継承
SfcSerializationAdapterAttribute
属性

コンストラクター

名前 説明
SfcSerializationAdapterAttribute(Type)

特定のプロパティに使用するシリアル化アダプターの種類を指定する属性

プロパティ

名前 説明
SfcSerializationAdapterType

シリアル化アダプターの種類

適用対象