Class ShippingCarrier.Package
Represents shipping package supplied with type (i.e. Envelope, Box etc.)
Inheritance
System.Object
ShippingCarrier.Package
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()
Assembly: NFX.Web.dll
Syntax
public class Package : IConfigurable, INamed
Constructors
Package(ShippingCarrier)
Declaration
public Package(ShippingCarrier carrier)
Parameters
Properties
Carrier
Declaration
public ShippingCarrier Carrier { get; }
Property Value
DistanceUnit
Declaration
[Config]
public Distance.UnitType DistanceUnit { get; set; }
Property Value
Height
Declaration
[Config]
public decimal Height { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Length
Declaration
[Config]
public decimal Length { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Name
Declaration
[Config]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
NLSName
Declaration
[Config]
public NLSMap NLSName { get; set; }
Property Value
Weight
Declaration
[Config]
public decimal Weight { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
WeightUnit
Declaration
[Config]
public Weight.UnitType WeightUnit { get; set; }
Property Value
Width
Declaration
[Config]
public decimal Width { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Methods
Declaration
public void Configure(IConfigSectionNode node)
Parameters
Implements
Extension Methods