|
Add(String) |
Creates and adds the AttributeRelationship, which is defined by attributeID, to the end of the collection. |
|
Add(AttributeRelationship) |
Adds the specified AttributeRelationship to the end of the collection. |
|
Add(ModelComponent) |
基礎結構。 (繼承自 ModelComponentCollection。) |
|
Add(String, IModelComponent) |
(繼承自 ModelComponentCollection。) |
|
Add(ModelComponent, Boolean) |
基礎結構。 (繼承自 ModelComponentCollection。) |
|
Add(String, IModelComponent, Boolean) |
(繼承自 ModelComponentCollection。) |
|
AddNew(String, Type) |
基礎結構。 (繼承自 ModelComponentCollection。) |
|
AddNew(String, String, Type) |
基礎結構。 (繼承自 ModelComponentCollection。) |
|
CanAdd |
基礎結構。 (繼承自 ModelComponentCollection。) |
|
ChangeKey |
基礎結構。 (繼承自 ModelComponentCollection。) |
|
Clear |
Removes all elements from the ModelComponentCollection. (繼承自 ModelComponentCollection。) |
|
Contains(String) |
Indicates whether the collection contains the AttributeRelationship, identified by attributeId |
|
Contains(AttributeRelationship) |
Indicates whether the collection contains the specified AttributeRelationship. |
|
Contains(IModelComponent) |
(繼承自 ModelComponentCollection。) |
|
ContainsName |
Indicates whether the collection contains a AttributeRelationship with the specified name |
|
CopyTo |
Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array. (繼承自 ModelComponentCollection。) |
|
EnsureLoaded |
基礎結構。 (繼承自 ModelComponentCollection。) |
|
Equals |
(繼承自 Object。) |
|
Finalize |
(繼承自 Object。) |
|
Find |
Gets the AttributeRelationship, with the specified attributeId, from the collection. |
|
GetEnumerator |
Returns an enumerator that can iterate through the ModelComponentCollection. (繼承自 ModelComponentCollection。) |
|
GetHashCode |
(繼承自 Object。) |
|
GetItem |
Gets a reference to the specified component. (繼承自 ModelComponentCollection。) |
|
GetNewName |
Assists in creating new consecutive numbered names that start with namePrefix. |
|
GetType |
(繼承自 Object。) |
|
IndexOf(String) |
Gets the index of a AttributeRelationship, identified by attributeId, in the collection. |
|
IndexOf(AttributeRelationship) |
Gets the index of a specified AttributeRelationship in the collection. |
|
IndexOf(IModelComponent) |
(繼承自 ModelComponentCollection。) |
|
IndexOfName |
Gets the index of a AttributeRelationship, identified by name, in the collection. |
|
Insert(Int32, AttributeRelationship) |
Inserts the specified AttributeRelationship into the collection at the location specified by index. |
|
Insert(Int32, String) |
Creates and inserts the specified AttributeRelationship into the collection at the specified index. |
|
Insert(Int32, ModelComponent) |
基礎結構。 (繼承自 ModelComponentCollection。) |
|
Insert(IModelComponent, String, Int32) |
(繼承自 ModelComponentCollection。) |
|
Insert(IModelComponent, String, Int32, Boolean) |
(繼承自 ModelComponentCollection。) |
|
IsValidName(String) |
Verifies that the specified name is a valid name for an AttributeRelationship. |
|
IsValidName(String, String%) |
Verifies that the specified name is a valid name for an AttributeRelationship and returns the error message if it the name is not valid. |
|
MemberwiseClone |
(繼承自 Object。) |
|
Move(Int32, Int32) |
Moves a specified AttributeRelationship from one position to another position in the collection. |
|
Move(String, Int32) |
Moves the specified AttributeRelationship into the collection at the specified index position. |
|
Move(AttributeRelationship, Int32) |
Moves a specified AttributeRelationship to a new index position in the collection. |
|
Remove(String) |
Removes an AttributeRelationship, identified by attributeId, from the collection. |
|
Remove(AttributeRelationship) |
Removes the specified AttributeRelationship from the collection. |
|
Remove |
(繼承自 ModelComponentCollection。) |
|
Remove(String, Boolean) |
基礎結構。 |
|
Remove(AttributeRelationship, Boolean) |
基礎結構。 |
|
RemoveAt(Int32) |
Removes the IModelComponent at the specified index from the ModelComponentCollection. (繼承自 ModelComponentCollection。) |
|
RemoveAt(Int32, Boolean) |
基礎結構。 (繼承自 ModelComponentCollection。) |
|
ToString |
(繼承自 Object。) |