Class SignedDecimalNumberModel. This class cannot be inherited.
            
Inheritance Hierarchy
ABSuite.AccessLayer.Connector.Core.UtilitySignedNumberModel
ABSuite.AccessLayer.Connector.Core.UtilitySignedDecimalNumberModel
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 SignedDecimalNumberModel type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|  | SignedDecimalNumberModel | 
            Initializes a new instance of the SignedDecimalNumberModel class.
             | 
|  | SignedDecimalNumberModel(String) | 
            Initializes a new instance of the SignedDecimalNumberModel class.
             | 
Properties
| Name | Description | |
|---|---|---|
|  | Sign | 
            Gets or sets the sign.
            (Inherited from SignedNumberModel.) | 
|  | Value | 
            Gets or sets the value.
             | 
Methods
| Name | Description | |
|---|---|---|
|  | Equals | 
            Determines whether the specified Object is equal to this instance.
            (Inherited from SignedNumberModel.) | 
|  | GetHashCode | 
            Returns a hash code for this instance.
            (Inherited from SignedNumberModel.) | 
|  | ToString | 
            Returns a String that represents this instance.
            (Overrides SignedNumberModelToString.) | 
Operators
| Name | Description | |
|---|---|---|
|   | (String to SignedDecimalNumberModel) | 
            Performs an implicit conversion from String to SignedDecimalNumberModel.
             | 
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