Show / Hide Table of Contents

    Class LockableShearWeldType

    Lockable value for ShearWeldType

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

    Constructors

    LockableShearWeldType()

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

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

    Operators

    Implicit(LockableShearWeldType to ShearWeldType)

    Implicit conversion to value type

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

    Implicit(ShearWeldType to LockableShearWeldType)

    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