C# Class Zetetic.Chain.Xml.XmlCommand

Inheritance: XmlConfig
Show file Open project: skradel/Zetetic.Chain Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ResolveInternals ( ) : ICommand
XmlCommand ( ) : System
XmlCommand ( string cmdName, Type t ) : System
XmlCommand ( string cmdName, string typeName ) : System

Method Details

ResolveInternals() public method

public ResolveInternals ( ) : ICommand
return ICommand

XmlCommand() public method

public XmlCommand ( ) : System
return System

XmlCommand() public method

public XmlCommand ( string cmdName, Type t ) : System
cmdName string
t System.Type
return System

XmlCommand() public method

public XmlCommand ( string cmdName, string typeName ) : System
cmdName string
typeName string
return System