Show / Hide Table of Contents

    Class LockableBasePlateWeldWithoutGroove

    Lockable value for BasePlateWeldWithoutGroove

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

    Constructors

    LockableBasePlateWeldWithoutGroove()

    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(Boolean)

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

    Operators

    Implicit(BasePlateWeldWithoutGroove to LockableBasePlateWeldWithoutGroove)

    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(LockableBasePlateWeldWithoutGroove to BasePlateWeldWithoutGroove)

    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