C# 클래스 TrakHound.API.Users.ServerCredentials

파일 보기 프로젝트 열기: TrakHound/TrakHound-Community 1 사용 예제들

공개 메소드들

메소드 설명
Create ( UserConfiguration userConfig ) : bool
Read ( ) : LoginData
Remove ( ) : void

비공개 메소드들

메소드 설명
CreateDocument ( UserConfiguration userConfig ) : XmlDocument
Remove ( string path ) : void
WriteDocument ( XmlDocument doc, string path ) : void

메소드 상세

Create() 공개 정적인 메소드

public static Create ( UserConfiguration userConfig ) : bool
userConfig UserConfiguration
리턴 bool

Read() 공개 정적인 메소드

public static Read ( ) : LoginData
리턴 LoginData

Remove() 공개 정적인 메소드

public static Remove ( ) : void
리턴 void