OTX-Runtime for C++
|
|
Represents an OTX signature. More...
#include <ISignature.h>
Public Member Functions | |
virtual std::shared_ptr< IDocument > | GetDocument ()=0 |
Gets Document that contains the Signature. More... | |
virtual std::string | GetFullName ()=0 |
Gets Signature full name. More... | |
virtual std::string | GetName ()=0 |
Gets Signature name. More... | |
virtual std::string | GetSpecification ()=0 |
Gets Signature specification. More... | |
Represents an OTX signature.
|
pure virtual |
Gets Document that contains the Signature.
Implemented in OpenTestSystem::Otx::Runtime::Api::DataTypes::Structure.
|
pure virtual |
Gets Signature full name.
Implemented in OpenTestSystem::Otx::Runtime::Api::DataTypes::Structure.
|
pure virtual |
Gets Signature name.
Implemented in OpenTestSystem::Otx::Runtime::Api::DataTypes::Structure.
|
pure virtual |
Gets Signature specification.
Implemented in OpenTestSystem::Otx::Runtime::Api::DataTypes::Structure.