Defines the type of a qualifier.
More...
|
|
| QualifierAttribute (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
| QualifierAttribute () |
| | Constructor.
|
| |
|
| QualifierAttribute (cadex.UTF16String theQualifier) |
| | Constructor.
|
| |
|
void | SetQualifier (cadex.UTF16String theQualifier) |
| | Sets the qualifier.
|
| |
|
cadex.UTF16String | Qualifier () |
| | Retruns the qualifier.
|
| |
|
| 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) |
| |
Defines the type of a qualifier.
Defines the type of a qualifier that can limit a tolerance (e.g. max, min, etc.).
- See also
- SemanticAttribute
- Examples
- exploring/pmi/Program.cs, and exploring/pmi/main.cxx.
◆ Dispose()
| override void cadex.PMI.QualifierAttribute.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |