Class PropertyCollection
Represents the collection of properties that can be added to DataColumn, Dataset or DataTable.
Implements
System.Collections.Generic.IList<Property>
System.Collections.Generic.ICollection<Property>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<Property>
System.Collections.Generic.IReadOnlyCollection<Property>
System.Collections.Generic.IEnumerable<Property>
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.Add(Syncfusion.Olap.Data.Property)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.Olap.Data.Property>)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.AsReadOnly()
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.BinarySearch(Syncfusion.Olap.Data.Property)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.BinarySearch(Syncfusion.Olap.Data.Property, System.Collections.Generic.IComparer<Syncfusion.Olap.Data.Property>)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.BinarySearch(System.Int32, System.Int32, Syncfusion.Olap.Data.Property, System.Collections.Generic.IComparer<Syncfusion.Olap.Data.Property>)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.Capacity
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.Clear()
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.Contains(Syncfusion.Olap.Data.Property)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.ConvertAll<TOutput>(System.Converter<Syncfusion.Olap.Data.Property, TOutput>)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.CopyTo(Syncfusion.Olap.Data.Property[])
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.CopyTo(Syncfusion.Olap.Data.Property[], System.Int32)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.CopyTo(System.Int32, Syncfusion.Olap.Data.Property[], System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.Count
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.Exists(System.Predicate<Syncfusion.Olap.Data.Property>)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.Find(System.Predicate<Syncfusion.Olap.Data.Property>)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.FindAll(System.Predicate<Syncfusion.Olap.Data.Property>)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.Olap.Data.Property>)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.FindIndex(System.Int32, System.Predicate<Syncfusion.Olap.Data.Property>)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.FindIndex(System.Predicate<Syncfusion.Olap.Data.Property>)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.FindLast(System.Predicate<Syncfusion.Olap.Data.Property>)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.Olap.Data.Property>)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.Olap.Data.Property>)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.FindLastIndex(System.Predicate<Syncfusion.Olap.Data.Property>)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.ForEach(System.Action<Syncfusion.Olap.Data.Property>)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.IndexOf(Syncfusion.Olap.Data.Property)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.IndexOf(Syncfusion.Olap.Data.Property, System.Int32)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.IndexOf(Syncfusion.Olap.Data.Property, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.Insert(System.Int32, Syncfusion.Olap.Data.Property)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.Olap.Data.Property>)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.Item[System.Int32]
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.LastIndexOf(Syncfusion.Olap.Data.Property)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.LastIndexOf(Syncfusion.Olap.Data.Property, System.Int32)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.LastIndexOf(Syncfusion.Olap.Data.Property, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.Remove(Syncfusion.Olap.Data.Property)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.RemoveAll(System.Predicate<Syncfusion.Olap.Data.Property>)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.RemoveAt(System.Int32)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.Reverse()
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.Sort()
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.Sort(System.Collections.Generic.IComparer<Syncfusion.Olap.Data.Property>)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.Sort(System.Comparison<Syncfusion.Olap.Data.Property>)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.Olap.Data.Property>)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.System.Collections.Generic.ICollection<Syncfusion.Olap.Data.Property>.IsReadOnly
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.System.Collections.Generic.IEnumerable<Syncfusion.Olap.Data.Property>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.System.Collections.IList.Item[System.Int32]
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.ToArray()
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.TrimExcess()
System.Collections.Generic.List<Syncfusion.Olap.Data.Property>.TrueForAll(System.Predicate<Syncfusion.Olap.Data.Property>)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Olap.Data
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class PropertyCollection : List<Property>, IList<Property>, ICollection<Property>, IList, ICollection, IReadOnlyList<Property>, IReadOnlyCollection<Property>, IEnumerable<Property>, IEnumerable, ICloneable<PropertyCollection>
Constructors
PropertyCollection()
Declaration
public PropertyCollection()
Methods
Add(String, Object)
Adds a property with specified name and value.
Declaration
public int Add(string name, object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the property. |
System.Object | value | The value of the property. |
Returns
Type | Description |
---|---|
System.Int32 | The index at which the property gets added in the collection. |
Clone()
Clones this instance.
Declaration
public PropertyCollection Clone()
Returns
Type | Description |
---|---|
PropertyCollection | A copy of this instance. |
FindByName(String)
Finds the property by its name.
Declaration
public Property FindByName(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the property to be found. |
Returns
Type | Description |
---|---|
Property | The property from the collection. |
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