C# 클래스 ServiceClientGenerator.Utils

파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
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

메소드 상세

GetMap() 공개 정적인 메소드

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

GetMemberByName() 공개 정적인 메소드

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

GetProjectGuid() 공개 정적인 메소드

public static GetProjectGuid ( string projectPath ) : string
projectPath string
리턴 string

GetStringMap() 공개 정적인 메소드

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

GetVersion() 공개 정적인 메소드

public static GetVersion ( string fileVersionText ) : string
fileVersionText string
리턴 string

IndexOfNthOccurence() 공개 정적인 메소드

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

SafeGet() 공개 정적인 메소드

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

SafeGetString() 공개 정적인 메소드

public static SafeGetString ( this self, string propertyName ) : string
self this
propertyName string
리턴 string