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

Afficher le fichier Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GetPatchesToApply ( string text ) : IEnumerable

Method Details

Apply() public méthode

public Apply ( string text ) : string
text string
Résultat string

SerializationPatcher() public méthode

public SerializationPatcher ( IEnumerable patches ) : System.Collections.Generic
patches IEnumerable
Résultat System.Collections.Generic

ShouldApply() public méthode

public ShouldApply ( string text ) : bool
text string
Résultat bool