Click or drag to resize

ParameterType Enumeration

Type of the Parameter used by a Service

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[SerializableAttribute]
public enum ParameterType
Members
  Member nameValueDescription
Integer0 The integer
Boolean1 The boolean
Float2 The float
Double3 The double
DateTime4 The date time
String5 The string
Password6 The password - an encrypted character sequences. for example, the protection password for private key of a SSL Certificate.
IpAddress7 The ip address - when a parameter is type of IpAddress, Hummingbird Test Framework will populate all available IP Address of the current machine.
Path8 The path - represents a path of a directory.
File9 The file - Represents a absolute path of a file
Enumeration10 The enumeration
See Also