C# Class ServiceClientGenerator.Utils

Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
GetMap ( this self ) : JsonData>.IDictionary
GetMemberByName ( this self, string name ) : Member
GetProjectGuid ( string projectPath ) : string
GetStringMap ( this self ) : string>.IDictionary
GetVersion ( string fileVersionText ) : string
IndexOfNthOccurence ( this self, char value, int startIndex, int n ) : int
SafeGet ( this self, string propertyName ) : JsonData
SafeGetString ( this self, string propertyName ) : string

Method Details

GetMap() public static méthode

public static GetMap ( this self ) : JsonData>.IDictionary
self this
Résultat JsonData>.IDictionary

GetMemberByName() public static méthode

public static GetMemberByName ( this self, string name ) : Member
self this
name string
Résultat Member

GetProjectGuid() public static méthode

public static GetProjectGuid ( string projectPath ) : string
projectPath string
Résultat string

GetStringMap() public static méthode

public static GetStringMap ( this self ) : string>.IDictionary
self this
Résultat string>.IDictionary

GetVersion() public static méthode

public static GetVersion ( string fileVersionText ) : string
fileVersionText string
Résultat string

IndexOfNthOccurence() public static méthode

public static IndexOfNthOccurence ( this self, char value, int startIndex, int n ) : int
self this
value char
startIndex int
n int
Résultat int

SafeGet() public static méthode

public static SafeGet ( this self, string propertyName ) : JsonData
self this
propertyName string
Résultat JsonData

SafeGetString() public static méthode

public static SafeGetString ( this self, string propertyName ) : string
self this
propertyName string
Résultat string