Show / Hide Table of Contents

    Class LockableBasePlateWeldWithoutGroove

    Lockable value for BasePlateWeldWithoutGroove

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

    Constructors

    LockableBasePlateWeldWithoutGroove()

    Lockable value for BasePlateWeldWithoutGroove

    Declaration
    public LockableBasePlateWeldWithoutGroove()

    LockableBasePlateWeldWithoutGroove(BasePlateWeldWithoutGroove)

    Create a locked ViaMemberEdit LockableBasePlateWeldWithoutGroove from a BasePlateWeldWithoutGroove

    Declaration
    public LockableBasePlateWeldWithoutGroove(BasePlateWeldWithoutGroove value)
    Parameters
    Type Name Description
    BasePlateWeldWithoutGroove value

    Properties

    Value

    The underlying value

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

    Methods

    Dispose(bool)

    Lockable value for BasePlateWeldWithoutGroove

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

    Operators

    implicit operator LockableBasePlateWeldWithoutGroove(BasePlateWeldWithoutGroove)

    Implicit conversion using the BasePlateWeldWithoutGroove constructor

    Declaration
    public static implicit operator LockableBasePlateWeldWithoutGroove(BasePlateWeldWithoutGroove value)
    Parameters
    Type Name Description
    BasePlateWeldWithoutGroove value
    Returns
    Type Description
    LockableBasePlateWeldWithoutGroove

    implicit operator BasePlateWeldWithoutGroove(LockableBasePlateWeldWithoutGroove)

    Implicit conversion to value type

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