Rayon Constructor

Initializes a new instance of the Rayon class

Definition

Namespace: MediaTekDocuments.model
Assembly: MediaTekDocuments (in MediaTekDocuments.exe) Version: 1.0.0.0 (1.0.0.0)
C#
public Rayon(
	string id,
	string libelle
)

Parameters

id  String

[Missing <param name="id"/> documentation for "M:MediaTekDocuments.model.Rayon.#ctor(System.String,System.String)"]

libelle  String

[Missing <param name="libelle"/> documentation for "M:MediaTekDocuments.model.Rayon.#ctor(System.String,System.String)"]

See Also