C# Class Alba.Jaml.MSInternal.XamlPropertyName

Inheritance: XamlName
Show file Open project: Athari/Alba.Jaml Class Usage Examples

Public Properties

Property Type Description
Owner XamlName

Public Methods

Method Description
Parse ( string longName ) : XamlPropertyName
Parse ( string longName, string namespaceURI ) : XamlPropertyName

Private Methods

Method Description
XamlPropertyName ( XamlName owner, string prefix, string name )

Method Details

Parse() public static method

public static Parse ( string longName ) : XamlPropertyName
longName string
return XamlPropertyName

Parse() public static method

public static Parse ( string longName, string namespaceURI ) : XamlPropertyName
longName string
namespaceURI string
return XamlPropertyName

Property Details

Owner public property

public XamlName,Alba.Jaml.MSInternal Owner
return XamlName