C# Class Tp.Integration.Messages.SerializationPatches.SerializationPatcher

Mostra file Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Public Methods

Method Description
Apply ( string text ) : string
SerializationPatcher ( IEnumerable patches ) : System.Collections.Generic
ShouldApply ( string text ) : bool

Private Methods

Method Description
GetPatchesToApply ( string text ) : IEnumerable

Method Details

Apply() public method

public Apply ( string text ) : string
text string
return string

SerializationPatcher() public method

public SerializationPatcher ( IEnumerable patches ) : System.Collections.Generic
patches IEnumerable
return System.Collections.Generic

ShouldApply() public method

public ShouldApply ( string text ) : bool
text string
return bool