Click or drag to resize

EAPVersion Constructor (String, Int32, String, Int32)

Complete constructor.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public EAPVersion(
	string name,
	int version,
	string description = null,
	int attrs = 0
)

Parameters

name
Type: SystemString
The version name.
version
Type: SystemInt32
The version number.
description (Optional)
Type: SystemString
The optional version description.
attrs (Optional)
Type: SystemInt32
The optional version attributes.
See Also