Class ShippingMethodSelectionFactory.ShippingMethodData
Inheritance
System.Object
ShippingMethodSelectionFactory.ShippingMethodData
Implements
System.IEquatable<ShippingMethodSelectionFactory.ShippingMethodData>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Commerce.Shell.UIDescriptors.EditorDescriptors.SelectionFactories
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0Syntax
public class ShippingMethodData : IEquatable<ShippingMethodSelectionFactory.ShippingMethodData>
Constructors
ShippingMethodData(Guid, String)
Declaration
public ShippingMethodData(Guid shippingMethodId, string name)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | shippingMethodId | |
System.String | name |
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShippingMethodId
Declaration
public Guid ShippingMethodId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Methods
Equals(ShippingMethodSelectionFactory.ShippingMethodData)
Declaration
public bool Equals(ShippingMethodSelectionFactory.ShippingMethodData other)
Parameters
Type | Name | Description |
---|---|---|
ShippingMethodSelectionFactory.ShippingMethodData | other |
Returns
Type | Description |
---|---|
System.Boolean |
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
Implements
System.IEquatable<T>