Show / Hide Table of Contents

    Class LockableBeamExtensionPlateWeldType

    Lockable value for beam extension plate welds

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

    Constructors

    LockableBeamExtensionPlateWeldType()

    Lockable value for beam extension plate welds

    Declaration
    public LockableBeamExtensionPlateWeldType()

    LockableBeamExtensionPlateWeldType(BeamExtensionPlateWeldType)

    Create a locked ViaMemberEdit LockableBeamExtensionPlateWeldType from a BeamExtensionPlateWeldType

    Declaration
    public LockableBeamExtensionPlateWeldType(BeamExtensionPlateWeldType value)
    Parameters
    Type Name Description
    BeamExtensionPlateWeldType value

    Properties

    Value

    The underlying value

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

    Methods

    Dispose(bool)

    Lockable value for beam extension plate welds

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

    Operators

    implicit operator LockableBeamExtensionPlateWeldType(BeamExtensionPlateWeldType)

    Implicit conversion using the BeamExtensionPlateWeldType constructor

    Declaration
    public static implicit operator LockableBeamExtensionPlateWeldType(BeamExtensionPlateWeldType value)
    Parameters
    Type Name Description
    BeamExtensionPlateWeldType value
    Returns
    Type Description
    LockableBeamExtensionPlateWeldType

    implicit operator BeamExtensionPlateWeldType(LockableBeamExtensionPlateWeldType)

    Implicit conversion to value type

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