ClassDetail Class

The ClassDetail class is used to encapsulate detail information about an ispec or class.
Inheritance Hierarchy

SystemObject
  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

public sealed class ClassDetail

The ClassDetail type exposes the following members.

Constructors

  NameDescription
Public methodClassDetail
Constructor for the ClassDetail class.
Top
Properties

  NameDescription
Public propertyDescription
Description holds the description of the ispec or class
Public propertyDisplayName
This method returns a formatted string containing the name and description of the ispec or class.
Public propertyDisplayValue
This method returns a formatted string containing the name and description of the ispec or class.
Public propertyIspec
Name holds the name of the ispec (only used by a tech screen)
Public propertyName
Name holds the name of the ispec or class
Public propertyType
DetailType specifies whether it is an ispec or a class
Top
Extension Methods

  NameDescription
Public Extension MethodGetT
Get the value for the property
(Defined by ExtensionHelper.)
Public Extension MethodGetAttributeNames
Get a list with all property names available on this object
(Defined by ExtensionHelper.)
Public Extension MethodSetT
Set the value for a property to the new value
(Defined by ExtensionHelper.)
Top
See Also

Reference