Click or drag to resize

ExtendibleEnum Constructor

IT Hit WebDAV Classes Reference
Creates a new instance of the ExtendibleEnum object.

Namespace:  ITHit.Collab
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public ExtendibleEnum(
	string name,
	int number = -1
)

Parameters

name
Type: SystemString
String representation of the enum value.
number (Optional)
Type: SystemInt32
Integer representation of the enum value. Default is -1.
See Also