Show / Hide Table of Contents

    Class LockableBasePlateWeldWithGroove

    Lockable value for BasePlateWeldWithGroove

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

    Constructors

    LockableBasePlateWeldWithGroove()

    Lockable value for BasePlateWeldWithGroove

    Declaration
    public LockableBasePlateWeldWithGroove()

    LockableBasePlateWeldWithGroove(BasePlateWeldWithGroove)

    Create a locked ViaMemberEdit LockableBasePlateWeldWithGroove from a BasePlateWeldWithGroove

    Declaration
    public LockableBasePlateWeldWithGroove(BasePlateWeldWithGroove value)
    Parameters
    Type Name Description
    BasePlateWeldWithGroove value

    Properties

    Value

    The underlying value

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

    Methods

    Dispose(bool)

    Lockable value for BasePlateWeldWithGroove

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

    Operators

    implicit operator LockableBasePlateWeldWithGroove(BasePlateWeldWithGroove)

    Implicit conversion using the BasePlateWeldWithGroove constructor

    Declaration
    public static implicit operator LockableBasePlateWeldWithGroove(BasePlateWeldWithGroove value)
    Parameters
    Type Name Description
    BasePlateWeldWithGroove value
    Returns
    Type Description
    LockableBasePlateWeldWithGroove

    implicit operator BasePlateWeldWithGroove(LockableBasePlateWeldWithGroove)

    Implicit conversion to value type

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