C# Class SimpleFramework.Xml.Core.ElementParameter.Contact

Inheritance: ParameterContact
Afficher le fichier Open project: restlet/simplexml

Méthodes publiques

Méthode Description
Contact ( label, Constructor factory, int index ) : SimpleFramework.Xml

Constructor for the Contact object. This is used to create an object that acts like an adapter so that the label can create a consistent name for the parameter.

Method Details

Contact() public méthode

Constructor for the Contact object. This is used to create an object that acts like an adapter so that the label can create a consistent name for the parameter.
public Contact ( label, Constructor factory, int index ) : SimpleFramework.Xml
label /// this is the annotation for the parameter ///
factory Constructor /// this is the constructor the parameter is in ///
index int /// this is the index for the parameter ///
Résultat SimpleFramework.Xml