C# 클래스 Xml.Schema.Linq.CodeGen.NameGenerator

파일 보기 프로젝트 열기: o2platform/O2.Platform.Projects 1 사용 예제들

공개 메소드들

메소드 설명
ChangeClrName ( string clrName, NameOptions options ) : string
GetServicesClassName ( ) : string
GetUniqueID ( ) : int
MakeValidCLRNamespace ( string xsdNamespace, bool nameMangler2 ) : string
MakeValidIdentifier ( string identifierName ) : string
isKeyword ( string identifier ) : bool

비공개 메소드들

메소드 설명
NameGenerator ( ) : System

메소드 상세

ChangeClrName() 공개 정적인 메소드

public static ChangeClrName ( string clrName, NameOptions options ) : string
clrName string
options NameOptions
리턴 string

GetServicesClassName() 공개 정적인 메소드

public static GetServicesClassName ( ) : string
리턴 string

GetUniqueID() 공개 정적인 메소드

public static GetUniqueID ( ) : int
리턴 int

MakeValidCLRNamespace() 공개 정적인 메소드

public static MakeValidCLRNamespace ( string xsdNamespace, bool nameMangler2 ) : string
xsdNamespace string
nameMangler2 bool
리턴 string

MakeValidIdentifier() 공개 정적인 메소드

public static MakeValidIdentifier ( string identifierName ) : string
identifierName string
리턴 string

isKeyword() 공개 정적인 메소드

public static isKeyword ( string identifier ) : bool
identifier string
리턴 bool