FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FdoIDestroyMeasureUnit Class Reference

#include <IDestroyMeasureUnit.h>

Inherits FdoICommand.

Inheritance diagram for FdoIDestroyMeasureUnit:

[legend]
List of all members.

Detailed Description

The FdoIDestroyMeasureUnit interface defines the DestroyMeasureUnit command, which deletes a measurement unit. Input to the command is simply the abbreviation of the measure unit to be destroyed.

Definition at line 34 of file IDestroyMeasureUnit.h.


Public Member Functions

virtual FDO_API void Execute ()=0
 Executes the DestroyMeasureUnit command.
virtual FDO_API FdoStringGetAbbreviation ()=0
 Gets the abbreviation of the measure unit to destroy as a string.
virtual FDO_API void SetAbbreviation (FdoString *value)=0
 Sets the abbreviation of the measure unit to destroy as a string.

Friends

class FdoIConnection

Member Function Documentation

virtual FDO_API void FdoIDestroyMeasureUnit::Execute  )  [pure virtual]
 

Executes the DestroyMeasureUnit command.

Returns:
Returns nothing

virtual FDO_API FdoString* FdoIDestroyMeasureUnit::GetAbbreviation  )  [pure virtual]
 

Gets the abbreviation of the measure unit to destroy as a string.

Returns:
Returns the abbreviation of the measure unit to be deleted.

virtual FDO_API void FdoIDestroyMeasureUnit::SetAbbreviation FdoString value  )  [pure virtual]
 

Sets the abbreviation of the measure unit to destroy as a string.

Parameters:
value Input the abbreviation of the measure unit to be deleted.
Returns:
Returns nothing

Friends And Related Function Documentation

friend class FdoIConnection [friend]
 

Reimplemented from FdoICommand.

Definition at line 36 of file IDestroyMeasureUnit.h.


The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.