MobileTrack Nexus Documentation
C#
Show/Hide TOC
Parameter
Type
Parse
Event
Codes Method
Parses a list of
EventCodeDto
from a non-null object.
Definition
Namespace:
MobileTrack.Common.Enums
Assembly:
MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
C#
Copy
Request Example
public
static
Guid
[]
ParseEventCodes
(
Object
value
)
Parameters
value
Object
Object to parse
Return Value
Guid
Parsed
EnvironmentDto
Exceptions
ArgumentNullException
Thrown if
value
is null
ArgumentException
Thrown if
value
is not a stack of
Guid
's.
See Also
Reference
ParameterType Class
MobileTrack.Common.Enums Namespace
In This Article
Definition
Parameters
Return Value
Exceptions
See Also