C# Class Pomona.Common.Serialization.Patch.ObjectDelta

Inheritance: Delta
Afficher le fichier Open project: Pomona/Pomona

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
ObjectDelta ( ) : System

Private Methods

Méthode Description
TryGetPropertyByName ( string propertyName, PropertySpec &prop ) : bool

Method Details

Apply() public méthode

public Apply ( ) : void
Résultat void

GetPropertyValue() public méthode

public GetPropertyValue ( string propertyName ) : object
propertyName string
Résultat object

ObjectDelta() protected méthode

protected ObjectDelta ( ) : System
Résultat System

ObjectDelta() public méthode

public ObjectDelta ( object original, TypeSpec type, ITypeResolver typeMapper, Delta parent = null ) : System
original object
type TypeSpec
typeMapper ITypeResolver
parent Delta
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

SetPropertyValue() public méthode

public SetPropertyValue ( string propertyName, object value ) : void
propertyName string
value object
Résultat void