言語

SfcNonSerializableAttribute クラス

定義

プロパティのシリアル化をスキップする属性。 現時点では、この属性はコンテナー型のリレーションシップにのみ適用されます。

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

コンストラクター

名前 説明
SfcNonSerializableAttribute()

プロパティのシリアル化をスキップする属性。 現時点では、この属性はコンテナー型のリレーションシップにのみ適用されます。

適用対象