C# Class CoreTechs.Logging.Configuration.TargetConstructor

Afficher le fichier Open project: Core-Techs/Logging

Méthodes publiques

Méthode Description
Construct ( [ config ) : Target
Construct ( string typeName, System.Xml.Linq.XElement config ) : Target
TargetConstructor ( ) : System

Private Methods

Méthode Description
FindTargetTypeInfo ( string typeName ) : CoreTechs.Logging.Configuration.TargetTypeInfo

Searches for the target first by full type name, then by friendly type name, then by type name.

Method Details

Construct() public méthode

public Construct ( [ config ) : Target
config [
Résultat Target

Construct() public méthode

public Construct ( string typeName, System.Xml.Linq.XElement config ) : Target
typeName string
config System.Xml.Linq.XElement
Résultat Target

TargetConstructor() public méthode

public TargetConstructor ( ) : System
Résultat System