Method | Description | |
---|---|---|
AddToClipboard ( ArrowInstanceGeneralVm instanceVm ) : void | ||
GetInstanceType ( ) : string | ||
SerializeToString ( object toSerialize ) : string | ||
TryPasteInstance ( ) : bool |
Method | Description | |
---|---|---|
CreateAndAddInstanceFromClipboard ( string instanceType, DataTypes currentArrowElement, string xmlSerializedString ) : object |
public AddToClipboard ( ArrowInstanceGeneralVm instanceVm ) : void | ||
instanceVm | ArrowInstanceGeneralVm | |
return | void |
public SerializeToString ( object toSerialize ) : string | ||
toSerialize | object | |
return | string |