Method | Description | |
---|---|---|
ChangeClrName ( string clrName, NameOptions options ) : string | ||
GetServicesClassName ( ) : string | ||
GetUniqueID ( ) : int | ||
MakeValidCLRNamespace ( string xsdNamespace, bool nameMangler2 ) : string | ||
MakeValidIdentifier ( string identifierName ) : string | ||
isKeyword ( string identifier ) : bool |
Method | Description | |
---|---|---|
NameGenerator ( ) : System |
public static ChangeClrName ( string clrName, NameOptions options ) : string | ||
clrName | string | |
options | NameOptions | |
return | string |
public static GetServicesClassName ( ) : string | ||
return | string |
public static MakeValidCLRNamespace ( string xsdNamespace, bool nameMangler2 ) : string | ||
xsdNamespace | string | |
nameMangler2 | bool | |
return | string |
public static MakeValidIdentifier ( string identifierName ) : string | ||
identifierName | string | |
return | string |
public static isKeyword ( string identifier ) : bool | ||
identifier | string | |
return | bool |