C# Class System.Xaml.XamlDirective

Inheritance: System.Xaml.XamlMember
Mostra file Open project: kumpera/mono Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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

Protected Methods

Method 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 method

public GetHashCode ( ) : int
return int

GetXamlNamespaces() public method

public GetXamlNamespaces ( ) : IList
return IList

LookupCustomAttributeProvider() protected final method

protected final LookupCustomAttributeProvider ( ) : ICustomAttributeProvider
return ICustomAttributeProvider

LookupDeferringLoader() protected final method

protected final LookupDeferringLoader ( ) : XamlValueConverter
return XamlValueConverter

LookupDependsOn() protected final method

protected final LookupDependsOn ( ) : IList
return IList

LookupInvoker() protected final method

protected final LookupInvoker ( ) : XamlMemberInvoker
return System.Xaml.Schema.XamlMemberInvoker

LookupIsAmbient() protected final method

protected final LookupIsAmbient ( ) : bool
return bool

LookupIsEvent() protected final method

protected final LookupIsEvent ( ) : bool
return bool

LookupIsReadOnly() protected final method

protected final LookupIsReadOnly ( ) : bool
return bool

LookupIsReadPublic() protected final method

protected final LookupIsReadPublic ( ) : bool
return bool

LookupIsUnknown() protected final method

protected final LookupIsUnknown ( ) : bool
return bool

LookupIsWriteOnly() protected final method

protected final LookupIsWriteOnly ( ) : bool
return bool

LookupIsWritePublic() protected final method

protected final LookupIsWritePublic ( ) : bool
return bool

LookupTargetType() protected final method

protected final LookupTargetType ( ) : XamlType
return XamlType

LookupType() protected final method

protected final LookupType ( ) : XamlType
return XamlType

LookupTypeConverter() protected final method

protected final LookupTypeConverter ( ) : XamlValueConverter
return XamlValueConverter

LookupUnderlyingGetter() protected final method

protected final LookupUnderlyingGetter ( ) : MethodInfo
return System.Reflection.MethodInfo

LookupUnderlyingMember() protected final method

protected final LookupUnderlyingMember ( ) : MemberInfo
return System.Reflection.MemberInfo

LookupUnderlyingSetter() protected final method

protected final LookupUnderlyingSetter ( ) : MethodInfo
return System.Reflection.MethodInfo

ToString() public method

public ToString ( ) : string
return string

XamlDirective() public method

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

XamlDirective() public method

public XamlDirective ( string xamlNamespace, string name ) : System
xamlNamespace string
name string
return System