Class LockablePlateSide
Inheritance
LockablePlateSide
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
Properties
Value
Declaration
public PlateSide Value { get; set; }
Property Value
Methods
Dispose(bool)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
Overrides
Operators
implicit operator PlateSide(LockablePlateSide)
Implicit conversion to value type
Declaration
public static implicit operator PlateSide(LockablePlateSide value)
Parameters
Returns
implicit operator LockablePlateSide(PlateSide)
Implicit conversion using the PlateSide constructor
Declaration
public static implicit operator LockablePlateSide(PlateSide value)
Parameters
Returns