C# 클래스 Owin.Scim.Patching.Helpers.RemovedPropertyTypeResult

Return value for Remove operation. The combination tells us what to do next (if this operation is called from inside another operation, eg: Replace, Copy. Possible combo: - ActualType contains type: operation succesfully completed, can continue when called from inside another operation - ActualType null and HasError true: operation not completed succesfully, should not be allowed to continue - ActualType null and HasError false: operation completed succesfully, but we should not be allowed to continue when called from inside another method as we could not verify the type of the removed property. This happens when the value of an item in an ExpandoObject dictionary is null.
파일 보기 프로젝트 열기: PowerDMS/Owin.Scim

공개 메소드들

메소드 설명
RemovedPropertyTypeResult ( Type actualType, bool hasError ) : System

메소드 상세

RemovedPropertyTypeResult() 공개 메소드

public RemovedPropertyTypeResult ( Type actualType, bool hasError ) : System
actualType System.Type
hasError bool
리턴 System