Class ComponentParser
IComponentParser implementation for Excel references.
Inheritance
System.Object
ComponentParser
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Quark.CMSAdapters.QPP
Assembly: Quark.CMSAdapters.QPP.dll
Syntax
public class ComponentParser : IComponentParser
Methods
BuildUrn(String, ComponentInfo)
Returns urn with component info.
Declaration
public string BuildUrn(string urn, ComponentInfo componentInfo)
Parameters
Type | Name | Description |
---|---|---|
System.String | urn | The urn. |
ComponentInfo | componentInfo | The component information. |
Returns
Type | Description |
---|---|
System.String |
ParseUrn(String, out ComponentInfo)
Returns component info and urn without component info.
Declaration
public string ParseUrn(string urn, out ComponentInfo componentInfo)
Parameters
Type | Name | Description |
---|---|---|
System.String | urn | The urn. |
ComponentInfo | componentInfo | The component information. |
Returns
Type | Description |
---|---|
System.String |