Table of Contents

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

string

Weight

public decimal Weight { get; set; }

Property Value

decimal

Methods

Clone()

public ItemWeight Clone()

Returns

ItemWeight

IsEqual(ItemWeight)

public bool IsEqual(ItemWeight other)

Parameters

other ItemWeight

Returns

bool

IsEqual(ICollection<ItemWeight>, ICollection<ItemWeight>)

public static bool IsEqual(ICollection<ItemWeight> collection1, ICollection<ItemWeight> collection2)

Parameters

collection1 ICollection<ItemWeight>
collection2 ICollection<ItemWeight>

Returns

bool