Show / Hide Table of Contents

    Class LockableBasePlateWeldInner

    Lockable value for BasePlateWeldInner

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

    Constructors

    LockableBasePlateWeldInner()

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

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

    Operators

    Implicit(BasePlateWeldInner to LockableBasePlateWeldInner)

    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(LockableBasePlateWeldInner to BasePlateWeldInner)

    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