Show / Hide Table of Contents

    Class LockablePlateSide

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

    Constructors

    LockablePlateSide()

    Declaration
    public LockablePlateSide()

    LockablePlateSide(PlateSide)

    Create a locked ViaMemberEdit LockablePlateSide from a PlateSide

    Declaration
    public LockablePlateSide(PlateSide value)
    Parameters
    Type Name Description
    PlateSide value

    Properties

    Value

    The underlying value

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

    Methods

    Dispose(bool)

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

    Operators

    implicit operator PlateSide(LockablePlateSide)

    Implicit conversion to value type

    Declaration
    public static implicit operator PlateSide(LockablePlateSide value)
    Parameters
    Type Name Description
    LockablePlateSide value
    Returns
    Type Description
    PlateSide

    implicit operator LockablePlateSide(PlateSide)

    Implicit conversion using the PlateSide constructor

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