C# Class Zetetic.Chain.Xml.XmlCommand

Inheritance: XmlConfig
Afficher le fichier Open project: skradel/Zetetic.Chain Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ResolveInternals ( ) : ICommand
XmlCommand ( ) : System
XmlCommand ( string cmdName, Type t ) : System
XmlCommand ( string cmdName, string typeName ) : System

Method Details

ResolveInternals() public méthode

public ResolveInternals ( ) : ICommand
Résultat ICommand

XmlCommand() public méthode

public XmlCommand ( ) : System
Résultat System

XmlCommand() public méthode

public XmlCommand ( string cmdName, Type t ) : System
cmdName string
t System.Type
Résultat System

XmlCommand() public méthode

public XmlCommand ( string cmdName, string typeName ) : System
cmdName string
typeName string
Résultat System