C# 클래스 Microsoft.AspNetCore.JsonPatch.Operations.Operation

상속: OperationBase
파일 보기 프로젝트 열기: aspnet/JsonPatch 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Apply ( object objectToApplyTo, IObjectAdapter adapter ) : void
Operation ( ) : System
Operation ( string op, string path, string from ) : System
Operation ( string op, string path, string from, object value ) : System
ShouldSerializevalue ( ) : bool

메소드 상세

Apply() 공개 메소드

public Apply ( object objectToApplyTo, IObjectAdapter adapter ) : void
objectToApplyTo object
adapter IObjectAdapter
리턴 void

Operation() 공개 메소드

public Operation ( ) : System
리턴 System

Operation() 공개 메소드

public Operation ( string op, string path, string from ) : System
op string
path string
from string
리턴 System

Operation() 공개 메소드

public Operation ( string op, string path, string from, object value ) : System
op string
path string
from string
value object
리턴 System

ShouldSerializevalue() 공개 메소드

public ShouldSerializevalue ( ) : bool
리턴 bool