C# 클래스 Pomona.Common.Serialization.Patch.ObjectDelta

상속: Delta
파일 보기 프로젝트 열기: Pomona/Pomona

공개 메소드들

메소드 설명
Apply ( ) : void
GetPropertyValue ( string propertyName ) : object
ObjectDelta ( object original, TypeSpec type, ITypeResolver typeMapper, Delta parent = null ) : System
Reset ( ) : void
SetPropertyValue ( string propertyName, object value ) : void

보호된 메소드들

메소드 설명
ObjectDelta ( ) : System

비공개 메소드들

메소드 설명
TryGetPropertyByName ( string propertyName, PropertySpec &prop ) : bool

메소드 상세

Apply() 공개 메소드

public Apply ( ) : void
리턴 void

GetPropertyValue() 공개 메소드

public GetPropertyValue ( string propertyName ) : object
propertyName string
리턴 object

ObjectDelta() 보호된 메소드

protected ObjectDelta ( ) : System
리턴 System

ObjectDelta() 공개 메소드

public ObjectDelta ( object original, TypeSpec type, ITypeResolver typeMapper, Delta parent = null ) : System
original object
type TypeSpec
typeMapper ITypeResolver
parent Delta
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetPropertyValue() 공개 메소드

public SetPropertyValue ( string propertyName, object value ) : void
propertyName string
value object
리턴 void