C# Class LocalizationTool.CredentialHelper

Afficher le fichier Open project: Orckestra/C1-Packages Class Usage Examples

Méthodes publiques

Свойство Type Description
SourceRepoPassword string
SourceRepoUserName string
TargetRepoPassword string
TargetRepoUserName string

Méthodes publiques

Méthode Description
GetFormRegistery ( string key ) : string
SaveInRegistery ( string key, string value ) : void

Method Details

GetFormRegistery() public static méthode

public static GetFormRegistery ( string key ) : string
key string
Résultat string

SaveInRegistery() public static méthode

public static SaveInRegistery ( string key, string value ) : void
key string
value string
Résultat void

Property Details

SourceRepoPassword public_oe static_oe property

public static string SourceRepoPassword
Résultat string

SourceRepoUserName public_oe static_oe property

public static string SourceRepoUserName
Résultat string

TargetRepoPassword public_oe static_oe property

public static string TargetRepoPassword
Résultat string

TargetRepoUserName public_oe static_oe property

public static string TargetRepoUserName
Résultat string