Search Results for

    Show / Hide Table of Contents

    Class RuntimeMapGroupCollection

    A collection of runtime map groups

    Inheritance
    System.Object
    KeyValueCollection<System.String, RuntimeMapGroup>
    RuntimeMapGroupCollection
    Implements
    System.Collections.Generic.IList<RuntimeMapGroup>
    System.Collections.Generic.ICollection<RuntimeMapGroup>
    System.Collections.Generic.IEnumerable<RuntimeMapGroup>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    Inherited Members
    KeyValueCollection<String, RuntimeMapGroup>._values
    KeyValueCollection<String, RuntimeMapGroup>._valuesByKey
    KeyValueCollection<String, RuntimeMapGroup>.IndexOf(RuntimeMapGroup)
    KeyValueCollection<String, RuntimeMapGroup>.IndexOf(String)
    KeyValueCollection<String, RuntimeMapGroup>.Insert(Int32, RuntimeMapGroup)
    KeyValueCollection<String, RuntimeMapGroup>.RemoveAt(Int32)
    KeyValueCollection<String, RuntimeMapGroup>.Item[Int32]
    KeyValueCollection<String, RuntimeMapGroup>.SetNewIndex(Int32, RuntimeMapGroup)
    KeyValueCollection<String, RuntimeMapGroup>.Add(RuntimeMapGroup)
    KeyValueCollection<String, RuntimeMapGroup>.Clear()
    KeyValueCollection<String, RuntimeMapGroup>.Contains(RuntimeMapGroup)
    KeyValueCollection<String, RuntimeMapGroup>.CopyTo(RuntimeMapGroup[], Int32)
    KeyValueCollection<String, RuntimeMapGroup>.Count
    KeyValueCollection<String, RuntimeMapGroup>.IsReadOnly
    KeyValueCollection<String, RuntimeMapGroup>.Remove(RuntimeMapGroup)
    KeyValueCollection<String, RuntimeMapGroup>.GetEnumerator()
    KeyValueCollection<String, RuntimeMapGroup>.IEnumerable.GetEnumerator()
    KeyValueCollection<String, RuntimeMapGroup>.Item[String]
    KeyValueCollection<String, RuntimeMapGroup>.CollectionChanged
    KeyValueCollection<String, RuntimeMapGroup>.OnCollectionChanged()
    KeyValueCollection<String, RuntimeMapGroup>.OnBeforeItemAdded(RuntimeMapGroup)
    KeyValueCollection<String, RuntimeMapGroup>.OnBeforeItemRemove(RuntimeMapGroup)
    KeyValueCollection<String, RuntimeMapGroup>.OnItemAdded(RuntimeMapGroup)
    KeyValueCollection<String, RuntimeMapGroup>.OnItemRemoved(RuntimeMapGroup)
    KeyValueCollection<String, RuntimeMapGroup>.SelectKey(RuntimeMapGroup)
    KeyValueCollection<String, RuntimeMapGroup>.IList.Add(Object)
    KeyValueCollection<String, RuntimeMapGroup>.IList.Clear()
    KeyValueCollection<String, RuntimeMapGroup>.IList.Contains(Object)
    KeyValueCollection<String, RuntimeMapGroup>.IList.IndexOf(Object)
    KeyValueCollection<String, RuntimeMapGroup>.IList.Insert(Int32, Object)
    KeyValueCollection<String, RuntimeMapGroup>.IList.IsFixedSize
    KeyValueCollection<String, RuntimeMapGroup>.IList.IsReadOnly
    KeyValueCollection<String, RuntimeMapGroup>.IList.Remove(Object)
    KeyValueCollection<String, RuntimeMapGroup>.IList.RemoveAt(Int32)
    KeyValueCollection<String, RuntimeMapGroup>.IList.Item[Int32]
    KeyValueCollection<String, RuntimeMapGroup>.ICollection.CopyTo(Array, Int32)
    KeyValueCollection<String, RuntimeMapGroup>.ICollection.Count
    KeyValueCollection<String, RuntimeMapGroup>.ICollection.IsSynchronized
    KeyValueCollection<String, RuntimeMapGroup>.ICollection.SyncRoot
    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: OSGeo.MapGuide.MaestroAPI.Mapping
    Assembly: OSGeo.MapGuide.MaestroAPI.dll
    Syntax
    public class RuntimeMapGroupCollection : KeyValueCollection<string, RuntimeMapGroup>, IList<RuntimeMapGroup>, ICollection<RuntimeMapGroup>, IEnumerable<RuntimeMapGroup>, IList, ICollection, IEnumerable

    Methods

    | Improve this Doc View Source

    OnItemAdded(RuntimeMapGroup)

    Called after an item has been added

    Declaration
    protected override void OnItemAdded(RuntimeMapGroup item)
    Parameters
    Type Name Description
    RuntimeMapGroup item

    The item.

    Overrides
    OSGeo.MapGuide.MaestroAPI.Mapping.KeyValueCollection<System.String, OSGeo.MapGuide.MaestroAPI.Mapping.RuntimeMapGroup>.OnItemAdded(OSGeo.MapGuide.MaestroAPI.Mapping.RuntimeMapGroup)
    | Improve this Doc View Source

    OnItemRemoved(RuntimeMapGroup)

    Called after an item has been removed. Note this is only called if the remove operation removed the item in question

    Declaration
    protected override void OnItemRemoved(RuntimeMapGroup value)
    Parameters
    Type Name Description
    RuntimeMapGroup value

    The value.

    Overrides
    OSGeo.MapGuide.MaestroAPI.Mapping.KeyValueCollection<System.String, OSGeo.MapGuide.MaestroAPI.Mapping.RuntimeMapGroup>.OnItemRemoved(OSGeo.MapGuide.MaestroAPI.Mapping.RuntimeMapGroup)
    | Improve this Doc View Source

    Remove(String)

    Removes the specified group by its name.

    Declaration
    public void Remove(string groupName)
    Parameters
    Type Name Description
    System.String groupName

    Name of the group.

    | Improve this Doc View Source

    SelectKey(RuntimeMapGroup)

    Selects the key given the value.

    Declaration
    protected override string SelectKey(RuntimeMapGroup value)
    Parameters
    Type Name Description
    RuntimeMapGroup value

    The value.

    Returns
    Type Description
    System.String
    Overrides
    OSGeo.MapGuide.MaestroAPI.Mapping.KeyValueCollection<System.String, OSGeo.MapGuide.MaestroAPI.Mapping.RuntimeMapGroup>.SelectKey(OSGeo.MapGuide.MaestroAPI.Mapping.RuntimeMapGroup)

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng