Show / Hide Table of Contents

    Class LockablePlateSide

    Inheritance
    System.Object
    Lockable
    LockablePlateSide
    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 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(Boolean)

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

    Operators

    Implicit(LockablePlateSide to PlateSide)

    Implicit conversion to value type

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

    Implicit(PlateSide to LockablePlateSide)

    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