C# 클래스 DotNetXri.Client.Xml.ContactService

상속: Service
파일 보기 프로젝트 열기: AArnott/dotnetxri

공개 메소드들

메소드 설명
ContactService ( Uri contactPages ) : System
ContactService ( Uri contactPages, string providerID ) : System
ContactService ( Uri contactPages, string providerID, bool makeDefault ) : System
isInstance ( Service service ) : bool

메소드 상세

ContactService() 공개 메소드

public ContactService ( Uri contactPages ) : System
contactPages System.Uri
리턴 System

ContactService() 공개 메소드

public ContactService ( Uri contactPages, string providerID ) : System
contactPages System.Uri
providerID string
리턴 System

ContactService() 공개 메소드

public ContactService ( Uri contactPages, string providerID, bool makeDefault ) : System
contactPages System.Uri
providerID string
makeDefault bool
리턴 System

isInstance() 공개 정적인 메소드

public static isInstance ( Service service ) : bool
service Service
리턴 bool