ParameterType Class

Represents a parameter type category.

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public class ParameterType : AbstractValueMap<ParameterType>
Inheritance
Object    AbstractValueMapParameterType    ParameterType

Methods

ParseBoolean Parses a Boolean from a non-null object.
ParseBusinessObject Parses a business object from a non-null object.
ParseCompany Parses an object containing a CompanyDto from a non-null object.
ParseContainsEmailAddress Parses an IHasEmailAddress from a non-null object.
ParseContainsEnvironment Parses an IHasEnvironment from a non-null object.
ParseContainsFreeFields Parses an IFreeFields from a non-null object.
ParseContainsLanguage Parses an IHasLanguage from a non-null object.
ParseContainsPhoneNumber Parses an IHasPhoneNumber from a non-null object.
ParseContainsRole Parses an IHasRole from a non-null object.
ParseCulture Parses a CultureInfo from a non-null object.
ParseDateTime Parses a DateTime from a non-null object.
ParseDevice Parses an DeviceDto from a non-null object.
ParseDeviceMessage Parses an DeviceMessageDto from a non-null object.
ParseEmailAddress Parses an IHasEmailAddress from a non-null object.
ParseEndpoint Parses an EndpointDto from a non-null object.
ParseEnvironment Parses an EnvironmentDto from a non-null object.
ParseEventCodes Parses a list of EventCodeDto from a non-null object.
ParseGeoLocation Parses an GeoLocation from a non-null object.
ParseIdentity Parses an Guid from a non-null object.
ParseNumber Parses a number from a non-null object.
ParsePhoneNumber Parses a PhoneNumber from a non-null object.
ParseRole Parses a RoleDto from a non-null object.
ParseString Parses an String from a non-null object.
ParseTemplate Parses a TemplateDto from a non-null object.
ParseTimeOnly Parses a TimeOnly from a non-null object.

Fields

Account Represents a AccountDto
AccountStack Represents a collection of AccountDto's.
Boolean Represents a Boolean
BusinessObject Represents anything derived from IIdLabel
Company Represents a CompanyDto
ContainsEmailAddress Represents anything derived from IHasEmailAddress
ContainsEnvironment Represents anything derived from IHasEnvironment
ContainsFreeFields Represents anything derived from IFreeFields
ContainsLanguage Represents anything derived from IHasLanguage
ContainsPhoneNumber Represents anything derived from IHasPhoneNumber
DateTime Represents a DateTime, e.g. when an event occurred.
Device Represents a DeviceDto
DeviceMessage Represents a DeviceMessageDto
Endpoint Represents an EndpointDto
Environment Represents a EnvironmentDto
EventCodes Represents a collection of EventCodeDto's.
GeoLocation Represents a GeoLocation
Identity Represents the identity of a business object or process as Guid.
Log Represents a LogDto
MapMarker Represents a MapMarkerDto
None Represents a void: the port simply passes to the next node on completion without data.
Number Represents a Number
PhoneNumber Represents a PhoneNumber
Role Represents a RoleDto
StringType Represents a String
Template Represents a TemplateType
TimeOnly Represents a TimeOnly

See Also