Show / Hide Table of Contents

    Class LockableBasePlateWeldOuter

    Lockable value for BasePlateWeldOuter

    Inheritance
    object
    Lockable
    LockableBasePlateWeldOuter
    Inherited Members
    Lockable.Unlock()
    Lockable.GetIsLocked()
    Lockable.ToString()
    Lockable.LockType
    Lockable.IsLocked
    object.GetType()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public sealed class LockableBasePlateWeldOuter : Lockable

    Constructors

    LockableBasePlateWeldOuter()

    Lockable value for BasePlateWeldOuter

    Declaration
    public LockableBasePlateWeldOuter()

    LockableBasePlateWeldOuter(BasePlateWeldOuter)

    Create a locked ViaMemberEdit LockableBasePlateWeldOuter from a BasePlateWeldOuter

    Declaration
    public LockableBasePlateWeldOuter(BasePlateWeldOuter value)
    Parameters
    Type Name Description
    BasePlateWeldOuter value

    Properties

    Value

    The underlying value

    Declaration
    public BasePlateWeldOuter Value { get; set; }
    Property Value
    Type Description
    BasePlateWeldOuter

    Methods

    Dispose(bool)

    Lockable value for BasePlateWeldOuter

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    Overrides
    Lockable.Dispose(bool)

    Operators

    implicit operator LockableBasePlateWeldOuter(BasePlateWeldOuter)

    Implicit conversion using the BasePlateWeldOuter constructor

    Declaration
    public static implicit operator LockableBasePlateWeldOuter(BasePlateWeldOuter value)
    Parameters
    Type Name Description
    BasePlateWeldOuter value
    Returns
    Type Description
    LockableBasePlateWeldOuter

    implicit operator BasePlateWeldOuter(LockableBasePlateWeldOuter)

    Implicit conversion to value type

    Declaration
    public static implicit operator BasePlateWeldOuter(LockableBasePlateWeldOuter value)
    Parameters
    Type Name Description
    LockableBasePlateWeldOuter value
    Returns
    Type Description
    BasePlateWeldOuter
    Back to top