Search Results for

    Show / Hide Table of Contents

    Class BlockUrl

    Specialization of the Url class to represent a block url.

    Inheritance
    System.Object
    Url
    BlockUrl
    Implements
    System.Collections.IEnumerable
    Inherited Members
    Url.Separator
    Url.SeparatorString
    Url.DefaultResizeValue
    Url.DefaultPadding
    Url.Append(Url, String[])
    Url.Append(Url, String)
    Url.Append(Url, String, Boolean)
    Url.Append(Url, String, String, Boolean)
    Url.Append(Url, String, String, String, Boolean)
    Url.Append(Url, String, String, String, String, Boolean)
    Url.Build(String, String)
    Url.CreateEmpty()
    Url.Extract(String)
    Url.CreateChild(Url)
    Url.GetParent(Int32)
    Url.GetParent()
    Url.Equals(Object)
    Url.GetHashCode()
    Url.ToString()
    Url.ToString(Int32, Int32)
    Url.ToString(Int32)
    Url.CreateEmpty(Int32)
    Url.GetInternalParts()
    Url.GetEnumerator()
    Url.LastPart
    Url.LastPartAsName
    Url.Length
    Url.RelativeSystemId
    Url.Item[Int32]
    Url.InternalInsertAt
    Url.InternalUrl
    Namespace: ABB.Robotics
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public sealed class BlockUrl : Url, IEnumerable
    Remarks

    Only for internal use.

    Methods

    AppendBlock(Url, Url)

    Creates a new Url object from a complete url and a block url. Use the intersection index to determine where the intersection will be.

    Declaration
    public static Url AppendBlock(Url root, Url block)
    Parameters
    Type Name Description
    Url root

    Url to append with block.

    Url block

    Block url to append.

    Returns
    Type Description
    Url

    The new complete url.

    AppendBlock(Url, Url, Int32)

    Creates a new Url object from a complete url and a block url. Use the intersection index to determine where the intersection will be.

    Declaration
    public static Url AppendBlock(Url root, Url block, int intersectionIndex)
    Parameters
    Type Name Description
    Url root

    Url to append with block.

    Url block

    Block url to append.

    System.Int32 intersectionIndex

    Index within block where the intersection will be.

    Returns
    Type Description
    Url

    The new complete url.

    Create(String)

    Creates a new BlockUrl object from a string.

    Declaration
    public static BlockUrl Create(string url)
    Parameters
    Type Name Description
    System.String url

    String to create BlockUrl object from.

    Returns
    Type Description
    BlockUrl

    A new BlockUrl object.

    Implements

    System.Collections.IEnumerable
    In This Article
    Back to top Copyright © 2024 ABB