C# Class com.openrest.v1_1.ClientId

Afficher le fichier Open project: wix/openrest4net Class Usage Examples

Méthodes publiques

Свойство Type Description
id string
inferred bool?
ns string

Méthodes publiques

Méthode Description
ClientId ( ) : System
ClientId ( string ns, string id, bool inferred ) : System

Method Details

ClientId() public méthode

public ClientId ( ) : System
Résultat System

ClientId() public méthode

public ClientId ( string ns, string id, bool inferred ) : System
ns string
id string
inferred bool
Résultat System

Property Details

id public_oe property

public string id
Résultat string

inferred public_oe property

public bool? inferred
Résultat bool?

ns public_oe property

public string ns
Résultat string