ShipperSetting Class |
Namespace: PSI.Sox.Adapter
[SerializableAttribute] [DataContractAttribute] public class ShipperSetting
The ShipperSetting type exposes the following members.
Name | Description | |
---|---|---|
![]() | ShipperSetting | Initializes a new instance of the ShipperSetting class |
Name | Description | |
---|---|---|
![]() | AdapterShipperMappingId |
Gets or Sets AdapterShipperMappingId
|
![]() | ControlType |
Gets or sets the ControlType of the setting to display the correct control on the screen for the setting.
|
![]() | Description |
Gets or sets the Description of the setting for tool tips.
|
![]() | GroupName |
Gets or sets the group name.
|
![]() | Id |
Gets or sets the Id.
|
![]() | IsRequired |
Gets or Sets IsRequired
|
![]() | Name |
Gets or sets the Name of the setting.
|
![]() | Symbol |
Gets or sets the Symbol.
|
![]() | Value |
Gets or sets the Value of the setting.
|
![]() | Values |
Gets or sets the list of values to be displayed if the control type is set to dropdown.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |