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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
OperationBase ( ) : System
OperationBase ( string op, string path, string from ) : System
ShouldSerializefrom ( ) : bool

메소드 상세

OperationBase() 공개 메소드

public OperationBase ( ) : System
리턴 System

OperationBase() 공개 메소드

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

ShouldSerializefrom() 공개 메소드

public ShouldSerializefrom ( ) : bool
리턴 bool