C# 클래스 Docu.Parsing.Model.IdentifierFor

파일 보기 프로젝트 열기: cdrnet/docu 1 사용 예제들

공개 메소드들

메소드 설명
Event ( EventInfo ev, Type type ) : EventIdentifier
ExtractMethodArgumentTypes ( string methodParameters ) : IEnumerable
Field ( FieldInfo field, Type type ) : FieldIdentifier
Method ( MethodBase method, Type type ) : Docu.Parsing.Model.MethodIdentifier
Namespace ( string ns ) : Docu.Parsing.Model.NamespaceIdentifier
ParameterType ( MethodBase method, Type type ) : Docu.Parsing.Model.TypeIdentifier
Property ( PropertyInfo property, Type type ) : Docu.Parsing.Model.PropertyIdentifier
Type ( Type type ) : Docu.Parsing.Model.TypeIdentifier
XmlString ( string name ) : Identifier

비공개 메소드들

메소드 설명
BuildTypeLookup ( ) : void
CountOfGenericArguments ( string genericArguments ) : int
GetMethodName ( string fullName ) : string
GetMethodParameters ( string fullName ) : List
GetTypeName ( string fullName ) : string
IndexAfterGenericArguments ( string parameterList, int startPosition ) : int
IsGenericArgument ( string parameter ) : bool
MethodName ( string name ) : Docu.Parsing.Model.MethodIdentifier
TypeString ( string name ) : Docu.Parsing.Model.TypeIdentifier

메소드 상세

Event() 공개 정적인 메소드

public static Event ( EventInfo ev, Type type ) : EventIdentifier
ev System.Reflection.EventInfo
type System.Type
리턴 EventIdentifier

ExtractMethodArgumentTypes() 공개 정적인 메소드

public static ExtractMethodArgumentTypes ( string methodParameters ) : IEnumerable
methodParameters string
리턴 IEnumerable

Field() 공개 정적인 메소드

public static Field ( FieldInfo field, Type type ) : FieldIdentifier
field System.Reflection.FieldInfo
type System.Type
리턴 FieldIdentifier

Method() 공개 정적인 메소드

public static Method ( MethodBase method, Type type ) : Docu.Parsing.Model.MethodIdentifier
method System.Reflection.MethodBase
type System.Type
리턴 Docu.Parsing.Model.MethodIdentifier

Namespace() 공개 정적인 메소드

public static Namespace ( string ns ) : Docu.Parsing.Model.NamespaceIdentifier
ns string
리턴 Docu.Parsing.Model.NamespaceIdentifier

ParameterType() 공개 정적인 메소드

public static ParameterType ( MethodBase method, Type type ) : Docu.Parsing.Model.TypeIdentifier
method System.Reflection.MethodBase
type System.Type
리턴 Docu.Parsing.Model.TypeIdentifier

Property() 공개 정적인 메소드

public static Property ( PropertyInfo property, Type type ) : Docu.Parsing.Model.PropertyIdentifier
property System.Reflection.PropertyInfo
type System.Type
리턴 Docu.Parsing.Model.PropertyIdentifier

Type() 공개 정적인 메소드

public static Type ( Type type ) : Docu.Parsing.Model.TypeIdentifier
type System.Type
리턴 Docu.Parsing.Model.TypeIdentifier

XmlString() 공개 정적인 메소드

public static XmlString ( string name ) : Identifier
name string
리턴 Identifier