SignedIntNumberModel Class

Class SignedIntNumberModel. This class cannot be inherited.
Inheritance Hierarchy

SystemObject
  ABSuite.AccessLayer.Connector.Core.UtilitySignedNumberModel
    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 sealed class SignedIntNumberModel : SignedNumberModel

The SignedIntNumberModel type exposes the following members.

Constructors

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

  NameDescription
Public propertySign
Gets or sets the sign.
(Inherited from SignedNumberModel.)
Public propertyValue
Gets or sets the value.
Top
Methods

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

  NameDescription
Public operatorStatic member(String to SignedIntNumberModel)
Performs an implicit conversion from String to SignedDecimalNumberModel.
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