SignedNumberModel Class

Class SignedDecimalNumberModel. This class cannot be inherited.
Inheritance Hierarchy

SystemObject
  ABSuite.AccessLayer.Connector.Core.UtilitySignedNumberModel
    ABSuite.AccessLayer.Connector.Core.UtilitySignedDecimalNumberModel
    ABSuite.AccessLayer.Connector.Core.UtilitySignedIntNumberModel

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

public abstract class SignedNumberModel

The SignedNumberModel type exposes the following members.

Constructors

  NameDescription
Public methodSignedNumberModel
Initializes a new instance of the SignedDecimalNumberModel class.
Public methodSignedNumberModel(String)
Initializes a new instance of the SignedDecimalNumberModel class.
Top
Properties

  NameDescription
Public propertySign
Gets or sets the sign.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Implements the ==.
Public operatorStatic memberInequality
Implements the !=.
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