다음을 통해 공유


IgnoreClientPropertyAttribute 클래스

정의

엔터티를 삽입하거나 업데이트하는 동안 특성을 serialize해서는 안 됨을 나타냅니다.

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class IgnoreClientPropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type IgnoreClientPropertyAttribute = class
    inherit Attribute
Public NotInheritable Class IgnoreClientPropertyAttribute
Inherits Attribute
상속
IgnoreClientPropertyAttribute
특성

생성자

IgnoreClientPropertyAttribute()

엔터티를 삽입하거나 업데이트하는 동안 특성을 serialize해서는 안 됨을 나타냅니다.

적용 대상