ClassDetail Constructor

Constructor for the ClassDetail class.

Namespace:  ABSuite.AccessLayer.Connector.Core
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public ClassDetail(
	string name,
	string description,
	string ispec = null
)

Parameters

name
Type: SystemString
Specifes the name of the ispec or class
description
Type: SystemString
Specifies the description of the ispec or class
ispec (Optional)
Type: SystemString
Specifies the name of the ispec or class
See Also

Reference