Defines a maximum value.
More...
|
|
| MaximumValueAttribute (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
| | MaximumValueAttribute () |
| | Constructor.
|
| |
| | MaximumValueAttribute (double theMaxValue) |
| | Constructor.
|
| |
| void | SetMaxValue (double theValue) |
| | Sets the maximum value.
|
| |
| double | MaxValue () |
| | Returns 0 by default.
|
| |
|
| SemanticAttribute (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Accept (cadex.PMI.SemanticAttributeVisitor theVisitor) |
| |
|
| BaseObject (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Dispose () |
| |
|
bool | IsNull () |
| |
| ulong | Id () |
| | Return unique identifier of public object.
|
| |
|
bool | IsEqual (cadex.BaseObject theObj) |
| |
|
override int | GetHashCode () |
| |
|
override bool | Equals (System.Object o) |
| |
|
| override void | Dispose (bool disposing) |
| |
| override void | Dispose (bool disposing) |
| |
◆ MaximumValueAttribute() [1/2]
| cadex.PMI.MaximumValueAttribute.MaximumValueAttribute |
( |
| ) |
|
|
inline |
◆ MaximumValueAttribute() [2/2]
| cadex.PMI.MaximumValueAttribute.MaximumValueAttribute |
( |
double | theMaxValue | ) |
|
|
inline |
◆ CompareType()
| static new bool cadex.PMI.MaximumValueAttribute.CompareType |
( |
cadex.BaseObject | theObject | ) |
|
|
inlinestatic |
◆ Dispose()
| override void cadex.PMI.MaximumValueAttribute.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ MaxValue()
| double cadex.PMI.MaximumValueAttribute.MaxValue |
( |
| ) |
|
|
inline |
◆ SetMaxValue()
| void cadex.PMI.MaximumValueAttribute.SetMaxValue |
( |
double | theValue | ) |
|
|
inline |