Show / Hide Table of Contents

    Class LockableBasePlateWeldInner

    Lockable value for BasePlateWeldInner

    Inheritance
    object
    Lockable
    LockableBasePlateWeldInner
    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 LockableBasePlateWeldInner : Lockable

    Constructors

    LockableBasePlateWeldInner()

    Lockable value for BasePlateWeldInner

    Declaration
    public LockableBasePlateWeldInner()

    LockableBasePlateWeldInner(BasePlateWeldInner)

    Create a locked ViaMemberEdit LockableBasePlateWeldInner from a BasePlateWeldInner

    Declaration
    public LockableBasePlateWeldInner(BasePlateWeldInner value)
    Parameters
    Type Name Description
    BasePlateWeldInner value

    Properties

    Value

    The underlying value

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

    Methods

    Dispose(bool)

    Lockable value for BasePlateWeldInner

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

    Operators

    implicit operator LockableBasePlateWeldInner(BasePlateWeldInner)

    Implicit conversion using the BasePlateWeldInner constructor

    Declaration
    public static implicit operator LockableBasePlateWeldInner(BasePlateWeldInner value)
    Parameters
    Type Name Description
    BasePlateWeldInner value
    Returns
    Type Description
    LockableBasePlateWeldInner

    implicit operator BasePlateWeldInner(LockableBasePlateWeldInner)

    Implicit conversion to value type

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