Method | Description | |
---|---|---|
DisambiguateAndRenderCSharpProperty ( |
||
FieldNameToCSharpPropertyName ( string fieldName ) : string | ||
IsCSharpCombiningConnectingOrFormattingCharacter ( char value ) : bool | ||
IsCSharpLetterCharacter ( char value ) : bool | ||
RenderCSharpProperty ( |
||
renderAsCSharp ( |
Method | Description | |
---|---|---|
generateValidCSharpClassName ( int i ) : string |
public static DisambiguateAndRenderCSharpProperty ( |
||
s | ||
columnNamesAndCounts | int>.Dictionary | |
return | string |
public static FieldNameToCSharpPropertyName ( string fieldName ) : string | ||
fieldName | string | |
return | string |
public static IsCSharpCombiningConnectingOrFormattingCharacter ( char value ) : bool | ||
value | char | |
return | bool |
public static IsCSharpLetterCharacter ( char value ) : bool | ||
value | char | |
return | bool |
public static RenderCSharpProperty ( |
||
s | ||
name | string | |
return | string |
public static renderAsCSharp ( |
||
resultSet | ||
srp | ||
return | void |