C# 클래스 LocalizationTool.CredentialHelper

파일 보기 프로젝트 열기: Orckestra/C1-Packages 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SourceRepoPassword string
SourceRepoUserName string
TargetRepoPassword string
TargetRepoUserName string

공개 메소드들

메소드 설명
GetFormRegistery ( string key ) : string
SaveInRegistery ( string key, string value ) : void

메소드 상세

GetFormRegistery() 공개 정적인 메소드

public static GetFormRegistery ( string key ) : string
key string
리턴 string

SaveInRegistery() 공개 정적인 메소드

public static SaveInRegistery ( string key, string value ) : void
key string
value string
리턴 void

프로퍼티 상세

SourceRepoPassword 공개적으로 정적으로 프로퍼티

public static string SourceRepoPassword
리턴 string

SourceRepoUserName 공개적으로 정적으로 프로퍼티

public static string SourceRepoUserName
리턴 string

TargetRepoPassword 공개적으로 정적으로 프로퍼티

public static string TargetRepoPassword
리턴 string

TargetRepoUserName 공개적으로 정적으로 프로퍼티

public static string TargetRepoUserName
리턴 string