Class ItemWeight
- Namespace
- InSite.Domain.Organizations.PerformanceReport
- Assembly
- Shift.Sdk.dll
public class ItemWeight
- Inheritance
-
ItemWeight
- Inherited Members
- Extension Methods
Constructors
ItemWeight()
public ItemWeight()
Properties
Name
public string Name { get; set; }
Property Value
Weight
public decimal Weight { get; set; }
Property Value
Methods
Clone()
public ItemWeight Clone()
Returns
IsEqual(ItemWeight)
public bool IsEqual(ItemWeight other)
Parameters
otherItemWeight
Returns
IsEqual(ICollection<ItemWeight>, ICollection<ItemWeight>)
public static bool IsEqual(ICollection<ItemWeight> collection1, ICollection<ItemWeight> collection2)
Parameters
collection1ICollection<ItemWeight>collection2ICollection<ItemWeight>