C# Class NFe.Components.ComboElem

Show file Open project: akretion/uninfe Class Usage Examples

Public Methods

Method Description
ComboElem ( ) : System
ComboElem ( string valor, int codigo ) : System
ComboElem ( string valor, int codigo, string nome ) : System

Method Details

ComboElem() public method

public ComboElem ( ) : System
return System

ComboElem() public method

public ComboElem ( string valor, int codigo ) : System
valor string
codigo int
return System

ComboElem() public method

public ComboElem ( string valor, int codigo, string nome ) : System
valor string
codigo int
nome string
return System