C# Class System.Xaml.XamlDirective

Inheritance: System.Xaml.XamlMember
Afficher le fichier Open project: kumpera/mono Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetHashCode ( ) : int
GetXamlNamespaces ( ) : IList
ToString ( ) : string
XamlDirective ( IEnumerable xamlNamespaces, string name, XamlType xamlType, XamlValueConverter typeConverter, AllowedMemberLocations allowedLocation ) : System
XamlDirective ( string xamlNamespace, string name ) : System

Méthodes protégées

Méthode Description
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

Method Details

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetXamlNamespaces() public méthode

public GetXamlNamespaces ( ) : IList
Résultat IList

LookupCustomAttributeProvider() protected final méthode

protected final LookupCustomAttributeProvider ( ) : ICustomAttributeProvider
Résultat ICustomAttributeProvider

LookupDeferringLoader() protected final méthode

protected final LookupDeferringLoader ( ) : XamlValueConverter
Résultat XamlValueConverter

LookupDependsOn() protected final méthode

protected final LookupDependsOn ( ) : IList
Résultat IList

LookupInvoker() protected final méthode

protected final LookupInvoker ( ) : XamlMemberInvoker
Résultat System.Xaml.Schema.XamlMemberInvoker

LookupIsAmbient() protected final méthode

protected final LookupIsAmbient ( ) : bool
Résultat bool

LookupIsEvent() protected final méthode

protected final LookupIsEvent ( ) : bool
Résultat bool

LookupIsReadOnly() protected final méthode

protected final LookupIsReadOnly ( ) : bool
Résultat bool

LookupIsReadPublic() protected final méthode

protected final LookupIsReadPublic ( ) : bool
Résultat bool

LookupIsUnknown() protected final méthode

protected final LookupIsUnknown ( ) : bool
Résultat bool

LookupIsWriteOnly() protected final méthode

protected final LookupIsWriteOnly ( ) : bool
Résultat bool

LookupIsWritePublic() protected final méthode

protected final LookupIsWritePublic ( ) : bool
Résultat bool

LookupTargetType() protected final méthode

protected final LookupTargetType ( ) : XamlType
Résultat XamlType

LookupType() protected final méthode

protected final LookupType ( ) : XamlType
Résultat XamlType

LookupTypeConverter() protected final méthode

protected final LookupTypeConverter ( ) : XamlValueConverter
Résultat XamlValueConverter

LookupUnderlyingGetter() protected final méthode

protected final LookupUnderlyingGetter ( ) : MethodInfo
Résultat System.Reflection.MethodInfo

LookupUnderlyingMember() protected final méthode

protected final LookupUnderlyingMember ( ) : MemberInfo
Résultat System.Reflection.MemberInfo

LookupUnderlyingSetter() protected final méthode

protected final LookupUnderlyingSetter ( ) : MethodInfo
Résultat System.Reflection.MethodInfo

ToString() public méthode

public ToString ( ) : string
Résultat string

XamlDirective() public méthode

public XamlDirective ( IEnumerable xamlNamespaces, string name, XamlType xamlType, XamlValueConverter typeConverter, AllowedMemberLocations allowedLocation ) : System
xamlNamespaces IEnumerable
name string
xamlType XamlType
typeConverter XamlValueConverter
allowedLocation AllowedMemberLocations
Résultat System

XamlDirective() public méthode

public XamlDirective ( string xamlNamespace, string name ) : System
xamlNamespace string
name string
Résultat System