Search Results for

    Show / Hide Table of Contents

    Class ComponentParser

    IComponentParser implementation for Excel references.

    Inheritance
    System.Object
    ComponentParser
    Implements
    IComponentParser
    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

    Implements

    IComponentParser

    Extension Methods

    UtilityExtensions.DeepClone<T>(T)
    UtilityExtensions.IsMethodImplemented(Object, String)
    UtilityExtensions.LogError(Object, String)
    UtilityExtensions.ShowAndLogError(Object)
    UtilityExtensions.ShowAndLogError(Object, Window)
    UtilityExtensions.ShowAndLogError(Object, String, Window, String, String)
    UtilityExtensions.GetJsonValue<T>(Object, String, Boolean)
    UtilityExtensions.ToAssetInfo(Object, Nullable<Boolean>)
    In This Article
    Back to top © 2022 Quark Software Inc. All rights reserved.