C# Class DotNetXri.Client.Xml.ContactService

Inheritance: Service
Afficher le fichier Open project: AArnott/dotnetxri

Méthodes publiques

Méthode Description
ContactService ( Uri contactPages ) : System
ContactService ( Uri contactPages, string providerID ) : System
ContactService ( Uri contactPages, string providerID, bool makeDefault ) : System
isInstance ( Service service ) : bool

Method Details

ContactService() public méthode

public ContactService ( Uri contactPages ) : System
contactPages System.Uri
Résultat System

ContactService() public méthode

public ContactService ( Uri contactPages, string providerID ) : System
contactPages System.Uri
providerID string
Résultat System

ContactService() public méthode

public ContactService ( Uri contactPages, string providerID, bool makeDefault ) : System
contactPages System.Uri
providerID string
makeDefault bool
Résultat System

isInstance() public static méthode

public static isInstance ( Service service ) : bool
service Service
Résultat bool