|
Add(String) |
Creates and adds a MiningStructurePermission, with the specified identifier, to the end of the collection. |
|
Add(MiningStructurePermission) |
Adds a MiningStructurePermission to the end of the collection. |
|
Add(ModelComponent) |
Adds a ModelComponent to the end of the MajorObjectCollection. (Inherited from MajorObjectCollection.) |
|
Add(String, String) |
Creates and adds a MiningStructurePermission, with the specified name and identifier, to the end of the collection. |
|
Add(String, IModelComponent) |
(Inherited from ModelComponentCollection.) |
|
Add(ModelComponent, Boolean) |
Infrastructure. (Inherited from ModelComponentCollection.) |
|
Add(String, String, String) |
Creates and adds a MiningStructurePermission, with the specified role identifer, name, and identifier, to the end of the collection. |
|
Add(String, IModelComponent, Boolean) |
(Inherited from ModelComponentCollection.) |
|
AddNew(String, Type) |
Infrastructure. (Inherited from ModelComponentCollection.) |
|
AddNew(String, String, Type) |
Infrastructure. (Inherited from ModelComponentCollection.) |
|
CanAdd(ModelComponent, String%) |
Infrastructure. (Inherited from NamedComponentCollection.) |
|
ChangeKey(String, String) |
Infrastructure. (Inherited from ModelComponentCollection.) |
|
Clear() |
Removes all elements from the ModelComponentCollection. (Inherited from ModelComponentCollection.) |
|
Contains(String) |
Indicates whether the collection contains a MiningStructurePermission that has the specified identifier. |
|
Contains(IModelComponent) |
(Inherited from ModelComponentCollection.) |
|
Contains(MiningStructurePermission) |
Indicates whether the collection contains a specified MiningStructurePermission. |
|
ContainsName(String) |
(Inherited from NamedComponentCollection.) |
|
CopyTo(Array, Int32) |
Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array. (Inherited from ModelComponentCollection.) |
|
EnsureLoaded() |
Infrastructure. (Inherited from ModelComponentCollection.) |
|
Equals(Object) |
(Inherited from Object.) |
|
Finalize() |
(Inherited from Object.) |
|
Find(String) |
Gets the MiningStructurePermission that has the specified identifier from the collection. |
|
FindByName(String) |
Gets the MiningStructurePermission that has the specified name from the collection. |
|
FindByRole(String) |
Gets the MiningStructurePermission that has the specified role identifier from the collection. |
|
GetByName(String) |
Gets the MiningStructurePermission that has the specified name from the collection. |
|
GetByRole(String) |
Gets the MiningStructurePermission that has the specified role identifier from the collection. |
|
GetEnumerator() |
Returns an enumerator that can iterate through the ModelComponentCollection. (Inherited from ModelComponentCollection.) |
|
GetHashCode() |
(Inherited from Object.) |
|
GetItem(String, Boolean, String) |
Gets a reference to the specified component. (Inherited from ModelComponentCollection.) |
|
GetNewID() |
(Inherited from NamedComponentCollection.) |
|
GetNewID(String) |
(Inherited from NamedComponentCollection.) |
|
GetNewName() |
(Inherited from NamedComponentCollection.) |
|
GetNewName(String) |
(Inherited from NamedComponentCollection.) |
|
GetType() |
(Inherited from Object.) |
|
IndexOf(String) |
Gets the index of the MiningStructurePermission that has the specified identifier. |
|
IndexOf(IModelComponent) |
(Inherited from ModelComponentCollection.) |
|
IndexOf(MiningStructurePermission) |
Gets the index of a specified MiningStructurePermission. |
|
IndexOfName(String) |
(Inherited from NamedComponentCollection.) |
|
Insert(Int32, ModelComponent) |
Inserts a ModelComponent in the MajorObjectCollection at the specified index. (Inherited from MajorObjectCollection.) |
|
Insert(Int32, MiningStructurePermission) |
Inserts a MiningStructurePermission into the collection at the specified index. |
|
Insert(Int32, String) |
Creates and inserts a MiningStructurePermission, with the specified identifier, into the collection at the specified index. |
|
Insert(Int32, String, String) |
Creates and inserts a MiningStructurePermission, with the specified name and identifier, into the collection at the specified index. |
|
Insert(IModelComponent, String, Int32) |
(Inherited from ModelComponentCollection.) |
|
Insert(Int32, String, String, String) |
Creates and inserts a MiningStructurePermission, with the specified role identifier, name, and identifier, into the collection at the specified index. |
|
Insert(IModelComponent, String, Int32, Boolean) |
(Inherited from ModelComponentCollection.) |
|
IsValidID(String) |
(Inherited from NamedComponentCollection.) |
|
IsValidID(String, String%) |
(Inherited from NamedComponentCollection.) |
|
IsValidID(String, Type, String%) |
(Inherited from NamedComponentCollection.) |
|
IsValidName(String) |
(Inherited from NamedComponentCollection.) |
|
IsValidName(String, String%) |
(Inherited from NamedComponentCollection.) |
|
IsValidName(String, Type, String%) |
(Inherited from NamedComponentCollection.) |
|
MemberwiseClone() |
(Inherited from Object.) |
|
Move(Int32, Int32) |
Moves a MiningStructurePermission at the current specified index to a new specified index in the collection. |
|
Move(String, Int32) |
Moves a MiningStructurePermission that has the specified identifier to the specified index in the collection. |
|
Move(MiningStructurePermission, Int32) |
Moves a MiningStructurePermission to a new index in the collection. |
|
Remove(String) |
Removes the MiningStructurePermission that has the specified identifier from the collection. |
|
Remove(IModelComponent) |
(Inherited from ModelComponentCollection.) |
|
Remove(MiningStructurePermission) |
Removes the specified MiningStructurePermission from the collection. |
|
Remove(String, Boolean) |
Infrastructure. |
|
Remove(MiningStructurePermission, Boolean) |
Infrastructure. |
|
RemoveAt(Int32) |
Removes the IModelComponent at the specified index from the ModelComponentCollection. (Inherited from ModelComponentCollection.) |
|
RemoveAt(Int32, Boolean) |
Infrastructure. (Inherited from ModelComponentCollection.) |
|
ToString() |
(Inherited from Object.) |