Class ManualCapabilities
Denotes capabilities of the Manual shipping system
Inheritance
System.Object
ManualCapabilities
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.Web.Shipping.Manual
Assembly: NFX.Web.dll
Syntax
public class ManualCapabilities : IShippingSystemCapabilities
Properties
Instance
Declaration
public static ManualCapabilities Instance { get; }
Property Value
Type | Description |
---|---|
ManualCapabilities |
SupportsAddressValidation
Declaration
public bool SupportsAddressValidation { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsCarrierServices
Declaration
public bool SupportsCarrierServices { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsLabelCreation
Declaration
public bool SupportsLabelCreation { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsShipmentTracking
Declaration
public bool SupportsShipmentTracking { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsShippingCostEstimation
Declaration
public bool SupportsShippingCostEstimation { get; }
Property Value
Type | Description |
---|---|
System.Boolean |