C# Class NuGet.Services.Operations.Secrets.SecretName

Mostra file Open project: NuGet/NuGet.Operations Class Usage Examples

Public Methods

Method Description
Parse ( string input ) : SecretName
SecretName ( string name ) : System
ToString ( ) : string
TryParse ( string input, SecretName &parsed ) : bool

Private Methods

Method Description
SecretName ( string name, int datacenter ) : System

Method Details

Parse() public static method

public static Parse ( string input ) : SecretName
input string
return SecretName

SecretName() public method

public SecretName ( string name ) : System
name string
return System

ToString() public method

public ToString ( ) : string
return string

TryParse() public static method

public static TryParse ( string input, SecretName &parsed ) : bool
input string
parsed SecretName
return bool