The ClassDetail class is used to encapsulate detail information about an ispec or class.
Inheritance Hierarchy
ABSuite.AccessLayer.Connector.CoreClassDetail
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
The ClassDetail type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ClassDetail |
Constructor for the ClassDetail class.
|
Properties
Name | Description | |
---|---|---|
![]() | Description |
Description holds the description of the ispec or class
|
![]() | DisplayName |
This method returns a formatted string containing the name and description of the ispec or class.
|
![]() | DisplayValue |
This method returns a formatted string containing the name and description of the ispec or class.
|
![]() | Ispec |
Name holds the name of the ispec (only used by a tech screen)
|
![]() | Name |
Name holds the name of the ispec or class
|
![]() | Type |
DetailType specifies whether it is an ispec or a class
|
Extension Methods
Name | Description | |
---|---|---|
![]() | GetT |
Get the value for the property
(Defined by ExtensionHelper.) |
![]() | GetAttributeNames |
Get a list with all property names available on this object
(Defined by ExtensionHelper.) |
![]() | SetT |
Set the value for a property to the new value
(Defined by ExtensionHelper.) |
See Also