The IConversion type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
GetType |
Returns the variable type to which the invoking IConversion
object converts variable var. If the invoking
IConversion
object does not specify a type for that variable, null is
returned instead.
|
|
|
MakeClone |
This method must be implemented so that it copies the invoking object
to the engine of the given copy manager using the copy manager.
(Inherited from ICopyable.) |
|
|
VisitChildren |
This method is called when the object and all its sub-objects must be
visited. To implement this method, you should first call the method
ICopyableVisitor.BeginVisit() with yourself as parameter,
then call ICopyableVisitor.VisitChild() for each
sub-copyables, the call ICopyableVisitor.EndVisit() once
again with yourself as parameter.
(Inherited from ICopyable.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Name |
Accesses/sets the name assigned to the invoking modeling object. If the
invoking modeling object has not been assigned a name, null is
returned.
(Inherited from IAddable.) |