C# 클래스 System.Xaml.XamlDirective

상속: System.Xaml.XamlMember
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetHashCode ( ) : int
GetXamlNamespaces ( ) : IList
ToString ( ) : string
XamlDirective ( IEnumerable xamlNamespaces, string name, XamlType xamlType, XamlValueConverter typeConverter, AllowedMemberLocations allowedLocation ) : System
XamlDirective ( string xamlNamespace, string name ) : System

보호된 메소드들

메소드 설명
LookupCustomAttributeProvider ( ) : ICustomAttributeProvider
LookupDeferringLoader ( ) : XamlValueConverter
LookupDependsOn ( ) : IList
LookupInvoker ( ) : XamlMemberInvoker
LookupIsAmbient ( ) : bool
LookupIsEvent ( ) : bool
LookupIsReadOnly ( ) : bool
LookupIsReadPublic ( ) : bool
LookupIsUnknown ( ) : bool
LookupIsWriteOnly ( ) : bool
LookupIsWritePublic ( ) : bool
LookupTargetType ( ) : XamlType
LookupType ( ) : XamlType
LookupTypeConverter ( ) : XamlValueConverter
LookupUnderlyingGetter ( ) : MethodInfo
LookupUnderlyingMember ( ) : MemberInfo
LookupUnderlyingSetter ( ) : MethodInfo

메소드 상세

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetXamlNamespaces() 공개 메소드

public GetXamlNamespaces ( ) : IList
리턴 IList

LookupCustomAttributeProvider() 보호된 최종 메소드

protected final LookupCustomAttributeProvider ( ) : ICustomAttributeProvider
리턴 ICustomAttributeProvider

LookupDeferringLoader() 보호된 최종 메소드

protected final LookupDeferringLoader ( ) : XamlValueConverter
리턴 XamlValueConverter

LookupDependsOn() 보호된 최종 메소드

protected final LookupDependsOn ( ) : IList
리턴 IList

LookupInvoker() 보호된 최종 메소드

protected final LookupInvoker ( ) : XamlMemberInvoker
리턴 System.Xaml.Schema.XamlMemberInvoker

LookupIsAmbient() 보호된 최종 메소드

protected final LookupIsAmbient ( ) : bool
리턴 bool

LookupIsEvent() 보호된 최종 메소드

protected final LookupIsEvent ( ) : bool
리턴 bool

LookupIsReadOnly() 보호된 최종 메소드

protected final LookupIsReadOnly ( ) : bool
리턴 bool

LookupIsReadPublic() 보호된 최종 메소드

protected final LookupIsReadPublic ( ) : bool
리턴 bool

LookupIsUnknown() 보호된 최종 메소드

protected final LookupIsUnknown ( ) : bool
리턴 bool

LookupIsWriteOnly() 보호된 최종 메소드

protected final LookupIsWriteOnly ( ) : bool
리턴 bool

LookupIsWritePublic() 보호된 최종 메소드

protected final LookupIsWritePublic ( ) : bool
리턴 bool

LookupTargetType() 보호된 최종 메소드

protected final LookupTargetType ( ) : XamlType
리턴 XamlType

LookupType() 보호된 최종 메소드

protected final LookupType ( ) : XamlType
리턴 XamlType

LookupTypeConverter() 보호된 최종 메소드

protected final LookupTypeConverter ( ) : XamlValueConverter
리턴 XamlValueConverter

LookupUnderlyingGetter() 보호된 최종 메소드

protected final LookupUnderlyingGetter ( ) : MethodInfo
리턴 System.Reflection.MethodInfo

LookupUnderlyingMember() 보호된 최종 메소드

protected final LookupUnderlyingMember ( ) : MemberInfo
리턴 System.Reflection.MemberInfo

LookupUnderlyingSetter() 보호된 최종 메소드

protected final LookupUnderlyingSetter ( ) : MethodInfo
리턴 System.Reflection.MethodInfo

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

XamlDirective() 공개 메소드

public XamlDirective ( IEnumerable xamlNamespaces, string name, XamlType xamlType, XamlValueConverter typeConverter, AllowedMemberLocations allowedLocation ) : System
xamlNamespaces IEnumerable
name string
xamlType XamlType
typeConverter XamlValueConverter
allowedLocation AllowedMemberLocations
리턴 System

XamlDirective() 공개 메소드

public XamlDirective ( string xamlNamespace, string name ) : System
xamlNamespace string
name string
리턴 System