SIFWorks ADK 2.0
MeasureType Class
NamespacesEdustructures.SifWorks.DwMeasureType

[This is preliminary documentation and is subject to change.]

Defines the set of values that can be specified whenever a MeasureType is used as a parameter to a method or constructor.
Declaration Syntax
C#Visual BasicVisual C++
public class MeasureType : SifEnum
Public Class MeasureType _
	Inherits SifEnum
public ref class MeasureType : public SifEnum
Members
All MembersMethodsFields



IconMemberDescription
static memberCOUNT
Count ("Count")

static memberFTE
FTE ("FTE")

static memberMAXIMUM
Maximum ("Maximum")

static memberMEAN
Mean ("Mean")

static memberMEDIAN
Median ("Median")

static memberMINIMUM
Minimum ("Minimum")

static memberMODE
Mode ("Mode")

static memberOTHER
Other ("Other")

static memberPERCENT
Percent ("Percent")

static memberSTANDARDDEVIATION
StandardDeviation ("StandardDeviation")

static memberSUM
Sum ("Sum")

static memberUNDUPLICATEDCOUNT
UnduplicatedCount ("UnduplicatedCount")

static memberWrap(String)
Wrap an arbitrary string value in a MeasureType object.

Remarks
Alternatively, the static Wrap(String) method can be called to encapsulate any string value in a MeasureType object.

Author: Generated by adkgen

Version: 2.0

Since: 1.5r1

Inheritance Hierarchy
Object
SifSimpleType
 AdkDataType<(Of <String>)>
  SifString
   SifEnum
    MeasureType

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10