VisioForge (c) 2025

Search Results for

    Class ElementX

    Class ElementX.

    Inheritance
    object
    ElementX
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: VisioForge.Core.Types.X
    Assembly: VisioForge.Core.dll
    Syntax
    public class ElementX

    Constructors

    ElementX(string, ElementType)

    Initializes a new instance of the ElementX class.

    Declaration
    public ElementX(string name, ElementType type)
    Parameters
    Type Name Description
    string name

    The name.

    ElementType type

    The type.

    Properties

    Name

    Gets the name.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    The name.

    Properties

    Gets the properties.

    Declaration
    public Dictionary<string, Tuple<GType, object>> Properties { get; }
    Property Value
    Type Description
    Dictionary<string, Tuple<GType, object>>

    The properties.

    Type

    Gets the type.

    Declaration
    public ElementType Type { get; }
    Property Value
    Type Description
    ElementType

    The type.

    Methods

    ReadProperties()

    Reads the properties.

    Declaration
    public bool ReadProperties()
    Returns
    Type Description
    bool

    true if successful, false otherwise.

    ToString()

    Returns a string that represents this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents this instance.

    Overrides
    object.ToString()