C# Class Whitelog.Core.String.Layout.StringLayoutParser

Afficher le fichier Open project: ronenbarak/Whitelog

Méthodes publiques

Méthode Description
Parse ( string layout, Type parameterType ) : IStringLayoutWriter
Register ( IStringLayoutFactory layoutFactory ) : void
StringLayoutParser ( IMessageParamaterHanlderFactory messageParamaterHanlderFactory, string masterLayout ) : System

Méthodes protégées

Méthode Description
Parse ( string masterLayout, string message, Type parameterType ) : IStringLayoutWriter

Method Details

Parse() public méthode

public Parse ( string layout, Type parameterType ) : IStringLayoutWriter
layout string
parameterType System.Type
Résultat IStringLayoutWriter

Parse() protected méthode

protected Parse ( string masterLayout, string message, Type parameterType ) : IStringLayoutWriter
masterLayout string
message string
parameterType System.Type
Résultat IStringLayoutWriter

Register() public méthode

public Register ( IStringLayoutFactory layoutFactory ) : void
layoutFactory IStringLayoutFactory
Résultat void

StringLayoutParser() public méthode

public StringLayoutParser ( IMessageParamaterHanlderFactory messageParamaterHanlderFactory, string masterLayout ) : System
messageParamaterHanlderFactory IMessageParamaterHanlderFactory
masterLayout string
Résultat System