ParameterType Class

Represents a parameter type category.

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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.
ParseContainsCompany Parses an object containing an IHasCompany 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.
ParseEmailAddress Parses an IHasEmailAddress from a non-null object.
ParseEnvironment Parses an EnvironmentDto 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.

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
ContainsCompany Represents anything derived from IHasCompany
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
ContainsRole Represents anything derived from IHasRole
DateTime Represents a DateTime, e.g. when an event occurred.
Device Represents a DeviceDto
Environment Represents a EnvironmentDto
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

See Also