Class SignedDecimalNumberModel. This class cannot be inherited.
            
Inheritance Hierarchy
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
The SignedNumberModel type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SignedNumberModel | 
            Initializes a new instance of the SignedDecimalNumberModel class.
              | |
| SignedNumberModel(String) | 
            Initializes a new instance of the SignedDecimalNumberModel class.
              | 
Properties
| Name | Description | |
|---|---|---|
| Sign | 
            Gets or sets the sign.
              | 
Methods
| Name | Description | |
|---|---|---|
| Equals | 
            Determines whether the specified Object is equal to this instance.
              (Overrides ObjectEquals(Object).) | |
| GetHashCode | 
            Returns a hash code for this instance.
              (Overrides ObjectGetHashCode.) | |
| ToString | 
            Returns a String that represents this instance.
              (Overrides ObjectToString.) | 
Operators
| Name | Description | |
|---|---|---|
| Equality | 
            Implements the ==.
              | |
| Inequality | 
            Implements the !=.
              | 
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