Class LockableBasePlateWeldWithoutGroove
Lockable value for BasePlateWeldWithoutGroove
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class LockableBasePlateWeldWithoutGroove : Lockable
Constructors
LockableBasePlateWeldWithoutGroove()
Lockable value for BasePlateWeldWithoutGroove
Declaration
public LockableBasePlateWeldWithoutGroove()
LockableBasePlateWeldWithoutGroove(BasePlateWeldWithoutGroove)
Create a locked ViaMemberEdit LockableBasePlateWeldWithoutGroove from a BasePlateWeldWithoutGroove
Declaration
public LockableBasePlateWeldWithoutGroove(BasePlateWeldWithoutGroove value)
Parameters
Type | Name | Description |
---|---|---|
BasePlateWeldWithoutGroove | value |
Properties
Value
The underlying value
Declaration
public BasePlateWeldWithoutGroove Value { get; set; }
Property Value
Type | Description |
---|---|
BasePlateWeldWithoutGroove |
Methods
Dispose(bool)
Lockable value for BasePlateWeldWithoutGroove
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |
Overrides
Operators
implicit operator LockableBasePlateWeldWithoutGroove(BasePlateWeldWithoutGroove)
Implicit conversion using the BasePlateWeldWithoutGroove constructor
Declaration
public static implicit operator LockableBasePlateWeldWithoutGroove(BasePlateWeldWithoutGroove value)
Parameters
Type | Name | Description |
---|---|---|
BasePlateWeldWithoutGroove | value |
Returns
Type | Description |
---|---|
LockableBasePlateWeldWithoutGroove |
implicit operator BasePlateWeldWithoutGroove(LockableBasePlateWeldWithoutGroove)
Implicit conversion to value type
Declaration
public static implicit operator BasePlateWeldWithoutGroove(LockableBasePlateWeldWithoutGroove value)
Parameters
Type | Name | Description |
---|---|---|
LockableBasePlateWeldWithoutGroove | value |
Returns
Type | Description |
---|---|
BasePlateWeldWithoutGroove |