C# Class ServiceClientGenerator.Utils

ファイルを表示 Open project: aws/aws-sdk-net

Public Methods

Method 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 method

public static GetMap ( this self ) : JsonData>.IDictionary
self this
return JsonData>.IDictionary

GetMemberByName() public static method

public static GetMemberByName ( this self, string name ) : Member
self this
name string
return Member

GetProjectGuid() public static method

public static GetProjectGuid ( string projectPath ) : string
projectPath string
return string

GetStringMap() public static method

public static GetStringMap ( this self ) : string>.IDictionary
self this
return string>.IDictionary

GetVersion() public static method

public static GetVersion ( string fileVersionText ) : string
fileVersionText string
return string

IndexOfNthOccurence() public static method

public static IndexOfNthOccurence ( this self, char value, int startIndex, int n ) : int
self this
value char
startIndex int
n int
return int

SafeGet() public static method

public static SafeGet ( this self, string propertyName ) : JsonData
self this
propertyName string
return JsonData

SafeGetString() public static method

public static SafeGetString ( this self, string propertyName ) : string
self this
propertyName string
return string