Show / Hide Table of Contents

    Class LockableBasePlateWeldWithGroove

    Lockable value for BasePlateWeldWithGroove

    Inheritance
    System.Object
    Lockable
    LockableBasePlateWeldWithGroove
    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 LockableBasePlateWeldWithGroove : Lockable

    Constructors

    LockableBasePlateWeldWithGroove()

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

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

    Operators

    Implicit(BasePlateWeldWithGroove to LockableBasePlateWeldWithGroove)

    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(LockableBasePlateWeldWithGroove to BasePlateWeldWithGroove)

    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