Class LocationCollection
Implements
System.Collections.Generic.IList<Location>
System.Collections.Generic.ICollection<Location>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<Location>
System.Collections.Generic.IReadOnlyCollection<Location>
System.Collections.Generic.IEnumerable<Location>
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.Clear()
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.CopyTo(FChoice.Toolkits.Clarify.Location[], System.Int32)
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.Contains(FChoice.Toolkits.Clarify.Location)
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.GetEnumerator()
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.IndexOf(FChoice.Toolkits.Clarify.Location)
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.Insert(System.Int32, FChoice.Toolkits.Clarify.Location)
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.Remove(FChoice.Toolkits.Clarify.Location)
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.InsertItem(System.Int32, FChoice.Toolkits.Clarify.Location)
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.SetItem(System.Int32, FChoice.Toolkits.Clarify.Location)
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.Count
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.Items
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.Item[System.Int32]
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.System.Collections.Generic.ICollection<FChoice.Toolkits.Clarify.Location>.IsReadOnly
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.System.Collections.IList.IsFixedSize
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Toolkits.Clarify
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class LocationCollection : Collection<Location>, IList<Location>, ICollection<Location>, IList, ICollection, IReadOnlyList<Location>, IReadOnlyCollection<Location>, IEnumerable<Location>, IEnumerable
Properties
IsDirty
Declaration
public bool IsDirty { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Add(Location)
Declaration
public void Add(Location loc)
Parameters
Type | Name | Description |
---|---|---|
Location | loc |
Add(String)
Declaration
public void Add(string location)
Parameters
Type | Name | Description |
---|---|---|
System.String | location |
Add(String, String)
Declaration
public void Add(string location, string binName)
Parameters
Type | Name | Description |
---|---|---|
System.String | location | |
System.String | binName |
Add(String, String, String)
Declaration
public void Add(string location, string binName, string containerID)
Parameters
Type | Name | Description |
---|---|---|
System.String | location | |
System.String | binName | |
System.String | containerID |
ClearItems()
Declaration
protected override void ClearItems()
Overrides
System.Collections.ObjectModel.Collection<FChoice.Toolkits.Clarify.Location>.ClearItems()
ToLegacyString()
Declaration
public string ToLegacyString()
Returns
Type | Description |
---|---|
System.String |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable