C# 클래스 Galen.Ci.EntityFramework.Utilities.ParsedAssemblyQualifiedName

파일 보기 프로젝트 열기: GalenHealthcare/Galen.Ef.Deployer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AssemblyDescriptionString string
AssemblyNameDescriptor Lazy
CSharpStyleName Lazy
Culture string
FoundType Lazy
GenericParameters List
PublicKeyToken string
ShortAssemblyName string
TypeName string
VBNetStyleName Lazy
Version string

공개 메소드들

메소드 설명
ParsedAssemblyQualifiedName ( string AssemblyQualifiedName ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
LanguageStyle ( string prefix, string suffix ) : string
LookForPairThenRemove ( List strings, string Name ) : string

메소드 상세

ParsedAssemblyQualifiedName() 공개 메소드

public ParsedAssemblyQualifiedName ( string AssemblyQualifiedName ) : System
AssemblyQualifiedName string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

AssemblyDescriptionString 공개적으로 프로퍼티

public string AssemblyDescriptionString
리턴 string

AssemblyNameDescriptor 공개적으로 프로퍼티

public Lazy AssemblyNameDescriptor
리턴 Lazy

CSharpStyleName 공개적으로 프로퍼티

public Lazy CSharpStyleName
리턴 Lazy

Culture 공개적으로 프로퍼티

public string Culture
리턴 string

FoundType 공개적으로 프로퍼티

public Lazy FoundType
리턴 Lazy

GenericParameters 공개적으로 프로퍼티

public List GenericParameters
리턴 List

PublicKeyToken 공개적으로 프로퍼티

public string PublicKeyToken
리턴 string

ShortAssemblyName 공개적으로 프로퍼티

public string ShortAssemblyName
리턴 string

TypeName 공개적으로 프로퍼티

public string TypeName
리턴 string

VBNetStyleName 공개적으로 프로퍼티

public Lazy VBNetStyleName
리턴 Lazy

Version 공개적으로 프로퍼티

public string Version
리턴 string