Class XmlnsDefinitionAttribute

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

Specifies a mapping on a per-assembly basis between a XAML namespace and a CLR namespace,
which is then used for type resolution by a XAML object writer or XAML schema context.

C#
Copy
public sealed class XmlnsDefinitionAttribute : Attribute
Inheritance
XmlnsDefinitionAttribute

Constructors

View Source

XmlnsDefinitionAttribute(String, String)

Declaration
C#
Copy
public XmlnsDefinitionAttribute(string xmlNamespace, string clrNamespace)
Parameters
Type Name Description
String xmlNamespace
String clrNamespace

Properties

View Source

AssemblyName

Declaration
C#
Copy
public string AssemblyName { get; set; }
Property Value
Type Description
String
View Source

ClrNamespace

Declaration
C#
Copy
public string ClrNamespace { get; }
Property Value
Type Description
String
View Source

Level

Declaration
C#
Copy
public int Level { get; set; }
Property Value
Type Description
Int32
View Source

XmlNamespace

Declaration
C#
Copy
public string XmlNamespace { get; }
Property Value
Type Description
String

Extension Methods