Class XamlDirective
Inheritance
System.Object
XamlDirective
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: OpenSilver.Xaml.dll
Syntax
public class XamlDirective : XamlMember, IEquatable<XamlMember>
Constructors
|
Improve this Doc
View Source
XamlDirective(IEnumerable<String>, String, XamlType, XamlValueConverter<TypeConverter>, AllowedMemberLocations)
Declaration
public XamlDirective(IEnumerable<string> xamlNamespaces, string name, XamlType xamlType, XamlValueConverter<TypeConverter> typeConverter, AllowedMemberLocations allowedLocation)
Parameters
|
Improve this Doc
View Source
XamlDirective(String, String)
Declaration
public XamlDirective(string xamlNamespace, string name)
Parameters
Type |
Name |
Description |
System.String |
xamlNamespace |
|
System.String |
name |
|
Properties
|
Improve this Doc
View Source
AllowedLocation
Declaration
public AllowedMemberLocations AllowedLocation { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
GetXamlNamespaces()
Declaration
public override IList<string> GetXamlNamespaces()
Returns
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
Overrides
|
Improve this Doc
View Source
LookupCustomAttributeProvider()
Declaration
protected sealed override ICustomAttributeProvider LookupCustomAttributeProvider()
Returns
Type |
Description |
System.Reflection.ICustomAttributeProvider |
|
Overrides
|
Improve this Doc
View Source
LookupDeferringLoader()
Declaration
protected sealed override XamlValueConverter<XamlDeferringLoader> LookupDeferringLoader()
Returns
Overrides
|
Improve this Doc
View Source
LookupDependsOn()
Declaration
protected sealed override IList<XamlMember> LookupDependsOn()
Returns
Type |
Description |
System.Collections.Generic.IList<XamlMember> |
|
Overrides
|
Improve this Doc
View Source
LookupInvoker()
Declaration
protected sealed override XamlMemberInvoker LookupInvoker()
Returns
Overrides
|
Improve this Doc
View Source
LookupIsAmbient()
Declaration
protected sealed override bool LookupIsAmbient()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
LookupIsEvent()
Declaration
protected sealed override bool LookupIsEvent()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
LookupIsReadOnly()
Declaration
protected sealed override bool LookupIsReadOnly()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
LookupIsReadPublic()
Declaration
protected sealed override bool LookupIsReadPublic()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
LookupIsUnknown()
Declaration
protected sealed override bool LookupIsUnknown()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
LookupIsWriteOnly()
Declaration
protected sealed override bool LookupIsWriteOnly()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
LookupIsWritePublic()
Declaration
protected sealed override bool LookupIsWritePublic()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
LookupTargetType()
Declaration
protected sealed override XamlType LookupTargetType()
Returns
Overrides
|
Improve this Doc
View Source
LookupType()
Declaration
protected sealed override XamlType LookupType()
Returns
Overrides
|
Improve this Doc
View Source
LookupTypeConverter()
Declaration
protected sealed override XamlValueConverter<TypeConverter> LookupTypeConverter()
Returns
Overrides
|
Improve this Doc
View Source
LookupUnderlyingGetter()
Declaration
protected sealed override MethodInfo LookupUnderlyingGetter()
Returns
Type |
Description |
System.Reflection.MethodInfo |
|
Overrides
|
Improve this Doc
View Source
LookupUnderlyingMember()
Declaration
protected sealed override MemberInfo LookupUnderlyingMember()
Returns
Type |
Description |
System.Reflection.MemberInfo |
|
Overrides
|
Improve this Doc
View Source
LookupUnderlyingSetter()
Declaration
protected sealed override MethodInfo LookupUnderlyingSetter()
Returns
Type |
Description |
System.Reflection.MethodInfo |
|
Overrides
|
Improve this Doc
View Source
LookupValueSerializer()
Declaration
protected override XamlValueConverter<ValueSerializer> LookupValueSerializer()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
Implements
System.IEquatable<T>
Extension Methods