Show / Hide Table of Contents

    Class LockableShearWeldType

    Lockable value for ShearWeldType

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

    Constructors

    LockableShearWeldType()

    Lockable value for ShearWeldType

    Declaration
    public LockableShearWeldType()

    LockableShearWeldType(ShearWeldType)

    Create a locked ViaMemberEdit LockableShearWeldType from a ShearWeldType

    Declaration
    public LockableShearWeldType(ShearWeldType value)
    Parameters
    Type Name Description
    ShearWeldType value

    Properties

    Value

    The underlying value

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

    Methods

    Dispose(bool)

    Lockable value for ShearWeldType

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

    Operators

    implicit operator ShearWeldType(LockableShearWeldType)

    Implicit conversion to value type

    Declaration
    public static implicit operator ShearWeldType(LockableShearWeldType value)
    Parameters
    Type Name Description
    LockableShearWeldType value
    Returns
    Type Description
    ShearWeldType

    implicit operator LockableShearWeldType(ShearWeldType)

    Implicit conversion using the ShearWeldType constructor

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