PropertyCollection Class

Collection of PropertyItem Items.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class PropertyCollection : List<PropertyItem>
Inheritance
Object    ListPropertyItem    PropertyCollection

Constructors

PropertyCollectionInitializes a new instance of the PropertyCollection class

Properties

AutoCreate Get/Set a value indicating whether a property will automatically be created and added to the list if not found by name.
Capacity
(Inherited from ListPropertyItem)
Count
(Inherited from ListPropertyItem)
ItemInt32
(Inherited from ListPropertyItem)
ItemString Get a property from the collection by name.

Methods

Add
(Inherited from ListPropertyItem)
AddRange
(Inherited from ListPropertyItem)
AsReadOnly
(Inherited from ListPropertyItem)
BinarySearch(T)
(Inherited from ListPropertyItem)
BinarySearch(T, IComparerT)
(Inherited from ListPropertyItem)
BinarySearch(Int32, Int32, T, IComparerT)
(Inherited from ListPropertyItem)
Clear
(Inherited from ListPropertyItem)
Clone Return a deep clone of the caller's property collection.
Contains
(Inherited from ListPropertyItem)
ConvertAllTOutput
(Inherited from ListPropertyItem)
CopyTo(T)
(Inherited from ListPropertyItem)
CopyTo(T, Int32)
(Inherited from ListPropertyItem)
CopyTo(Int32, T, Int32, Int32)
(Inherited from ListPropertyItem)
Equals
(Inherited from Object)
Exists
(Inherited from ListPropertyItem)
Finalize
(Inherited from Object)
Find
(Inherited from ListPropertyItem)
FindAll
(Inherited from ListPropertyItem)
FindIndex(PredicateT)
(Inherited from ListPropertyItem)
FindIndex(Int32, PredicateT)
(Inherited from ListPropertyItem)
FindIndex(Int32, Int32, PredicateT)
(Inherited from ListPropertyItem)
FindLast
(Inherited from ListPropertyItem)
FindLastIndex(PredicateT)
(Inherited from ListPropertyItem)
FindLastIndex(Int32, PredicateT)
(Inherited from ListPropertyItem)
FindLastIndex(Int32, Int32, PredicateT)
(Inherited from ListPropertyItem)
ForEach
(Inherited from ListPropertyItem)
GetEnumerator
(Inherited from ListPropertyItem)
GetFirstValue Return the value of the first property name found within the collection.
GetHashCode
(Inherited from Object)
GetRange
(Inherited from ListPropertyItem)
GetType
(Inherited from Object)
IndexOf(T)
(Inherited from ListPropertyItem)
IndexOf(T, Int32)
(Inherited from ListPropertyItem)
IndexOf(T, Int32, Int32)
(Inherited from ListPropertyItem)
Insert
(Inherited from ListPropertyItem)
InsertRange
(Inherited from ListPropertyItem)
LastIndexOf(T)
(Inherited from ListPropertyItem)
LastIndexOf(T, Int32)
(Inherited from ListPropertyItem)
LastIndexOf(T, Int32, Int32)
(Inherited from ListPropertyItem)
MemberwiseClone
(Inherited from Object)
Remove
(Inherited from ListPropertyItem)
RemoveAll
(Inherited from ListPropertyItem)
RemoveAt
(Inherited from ListPropertyItem)
RemoveRange
(Inherited from ListPropertyItem)
Reverse
(Inherited from ListPropertyItem)
Reverse(Int32, Int32)
(Inherited from ListPropertyItem)
Sort
(Inherited from ListPropertyItem)
Sort(ComparisonT)
(Inherited from ListPropertyItem)
Sort(IComparerT)
(Inherited from ListPropertyItem)
Sort(Int32, Int32, IComparerT)
(Inherited from ListPropertyItem)
ToArray
(Inherited from ListPropertyItem)
ToString
(Inherited from Object)
TrimExcess
(Inherited from ListPropertyItem)
TrueForAll
(Inherited from ListPropertyItem)

Fields

mAutoCreate Private member for AutoCreate.

Explicit Interface Implementations

See Also