C# Class Eventing.EventSerializer.Formatter

Afficher le fichier Open project: phillipknauss/CqrsSiteEngine

Méthodes publiques

Свойство Type Description
ContractName string
DeserializeDelegate object>.Func
SerializeDelegate Stream>.Action

Méthodes publiques

Méthode Description
Formatter ( string name, object>.Func deserializerDelegate, Stream>.Action serializeDelegate ) : System

Method Details

Formatter() public méthode

public Formatter ( string name, object>.Func deserializerDelegate, Stream>.Action serializeDelegate ) : System
name string
deserializerDelegate object>.Func
serializeDelegate Stream>.Action
Résultat System

Property Details

ContractName public_oe property

public string ContractName
Résultat string

DeserializeDelegate public_oe property

public Func DeserializeDelegate
Résultat object>.Func

SerializeDelegate public_oe property

public Action SerializeDelegate
Résultat Stream>.Action