| .gif) | AddAnnotation | 向模型中添加批注。 | 
| .gif) .gif) | Attach |  | 
| .gif) | CleanupExternalProperty | 在派生类中实现后,删除元素时释放由外部属性使用的资源。 | 
| .gif) | CreateAnnotation(Type) |  | 
| .gif) | CreateAnnotation(ModelAnnotationClass) | 使用给定批注元数据创建批注。 | 
| .gif) | CreateAnnotation<TAnnotation>() |  | 
| .gif) | CreateElement(Type) |  | 
| .gif) | CreateElement(ModelElementClass) | 使用给定的元素元数据对象创建元素。 | 
| .gif) | CreateElement<TElement>() |  | 
| .gif) | CreateElementHandle |  | 
| .gif) | CreateExternalElement(Type) | 创建外部元素。 | 
| .gif) | CreateExternalElement(ModelElementClass) | 使用所提供的元素元数据对象创建外部元素。 | 
| .gif) | CreateExternalElement<TElement>() | 创建指定类型的外部元素。 | 
| .gif) | CreateExternalNamedElement(Type, ModelIdentifier) | 使用所提供的类型和标识符创建命名外部元素。 | 
| .gif) | CreateExternalNamedElement(ModelElementClass, ModelIdentifier) | 使用所提供的元素元数据对象和标识符创建命名外部元素。 | 
| .gif) | CreateExternalNamedElement<TElement>(ModelIdentifier) | 使用所提供的元素元数据对象和标识符创建指定类型的命名外部元素。 | 
| .gif) | CreateIdentifier(ICollection<String>) | 使用所提供的部分名称的集合创建唯一模型标识符。 | 
| .gif) | CreateIdentifier(array<String[]) | 使用所提供的部分名称的数组创建唯一模型标识符。 | 
| .gif) | CreateIdentifier(Boolean, ICollection<String>) | 使用所提供的名称部分的集合创建唯一模型标识符。 | 
| .gif) | CreateIdentifier(Boolean, array<String[]) | 使用所提供的区分大小写的指示和部分名称的数组创建唯一模型标识符。 | 
| .gif) | CreateIdentifier(IList<String>, ICollection<String>) | 使用所提供的外部部分名称列表、区分大小写的指示和部分名称的集合创建唯一模型标识符。 | 
| .gif) | CreateIdentifier(IList<String>, Boolean, ICollection<String>) | 使用所提供的外部部分列表、区分大小写的指示和部分名称的集合创建唯一模型标识符。 | 
| .gif) | CreateIdentifier(IList<String>, Boolean, array<String[]) | 使用所提供的外部部分名称列表、区分大小写的指示和部分名称的数组创建唯一模型标识符。 | 
| .gif) | CreateIdentifierHandle | 为所提供的标识符创建句柄。 | 
| .gif) | CreateNamedAnnotation(Type, ModelIdentifier) | 使用所提供的模型标识符创建命名的 ModelAnnotation 对象。 | 
| .gif) | CreateNamedAnnotation(ModelAnnotationClass, ModelIdentifier) | 使用所提供的批注元数据对象和标识符创建命名的 ModelAnnotation 对象。 | 
| .gif) | CreateNamedAnnotation<TAnnotation>(ModelIdentifier) | 使用所提供的模型标识符创建命名的 ModelAnnotation 对象。 | 
| .gif) | CreateNamedElement(Type, ModelIdentifier) |  | 
| .gif) | CreateNamedElement(ModelElementClass, ModelIdentifier) |  | 
| .gif) | CreateNamedElement<TElement>(ModelIdentifier) |  | 
| .gif) | DecodeIdentifier(String) | 返回一个标识符,该标识符与所提供字符串的解码值相对应。 | 
| .gif) .gif) | DecodeIdentifier(String, List<String>%, List<String>%) | 返回一个标识符,该标识符与所提供字符串的解码值相对应。 | 
| .gif) | DeserializeExternalProperty | 使用所提供的 XML 读取器和属性元数据对象返回外部属性的值。 | 
| .gif) .gif) | Detach |  | 
| .gif) | Dispose() | 释放模型。 | 
| .gif) | Dispose(Boolean) | 释放模型。 | 
| .gif) .gif) | EncodeIdentifier | 返回标识符的字符串表示形式,该标识符是通过适当的引号和分隔符划分其各部分所编码而成的。 | 
| .gif) | Equals | 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。) | 
| .gif) | Finalize | (重写 Object.Finalize()。) | 
| .gif) | FixupAfterDeserialization |  | 
| .gif) | FreeElementHandle | 释放所提供的元素句柄。 | 
| .gif) | FreeIdentifierHandle | 释放所提供的元素句柄。 | 
| .gif) | GetAllAnnotations() | 返回所有批注的列表。 | 
| .gif) | GetAllAnnotations(Type) |  | 
| .gif) | GetAllAnnotations(ModelIdentifier) | 返回使用所提供标识符命名的所有批注的列表。 | 
| .gif) | GetAllAnnotations(ModelIdentifier, Type) |  | 
| .gif) | GetAllAnnotations<TType>() | 列表返回实现给定类型的模型上的批注。 | 
| .gif) | GetAllAnnotations<TType>(ModelIdentifier) | 返回实现给定类型的所有批注。 | 
| .gif) | GetAnnotations() | 返回模型上的所有批注。 | 
| .gif) | GetAnnotations(Type) | 列表返回实现给定类型的模型上的批注。 | 
| .gif) | GetAnnotations(ModelIdentifier) | 列表返回与给定标识符相匹配的模型上的批注。 | 
| .gif) | GetAnnotations(ModelIdentifier, Type) | 返回具有给定标识符名称并实现给定类型的所有批注。 | 
| .gif) | GetAnnotations<TType>() |  | 
| .gif) | GetAnnotations<TType>(ModelIdentifier) | 返回所有元素。 | 
| .gif) | GetElementHandleTarget | 返回由所提供的句柄标识的模型元素。 | 
| .gif) | GetElements(ModelElementResolutionStatus) | 列表返回具有给定解析状态的存储区中的元素。 | 
| .gif) | GetElements(ModelElementValidationStatus) | 列表返回具有给定验证状态的存储区中的元素。 | 
| .gif) | GetElements(Type, ModelElementQueryFilter) |  | 
| .gif) | GetElements(ModelElementClass, ModelElementQueryFilter) | 返回共享给定筛选器所选择的给定元数据对象的元素。 | 
| .gif) | GetElements(ModelElementResolutionStatus, Int32) | 返回由具有给定解析状态的计数确定的元素列表。 | 
| .gif) | GetElements(ModelElementValidationStatus, Int32) | 返回由具有给定验证状态的计数确定的元素列表。 | 
| .gif) | GetElements(ModelIdentifier, ModelElementClass, ModelElementQueryFilter) |  | 
| .gif) | GetElements(ModelIdentifier, ModelIdentifierGroup, ModelElementQueryFilter) |  | 
| .gif) | GetElements(ModelIdentifier, Type, ModelElementQueryFilter) |  | 
| .gif) | GetElements<TElement>(ModelElementQueryFilter) |  | 
| .gif) | GetElements<TElement>(ModelIdentifier, ModelElementQueryFilter) |  | 
| .gif) | GetElementsCount(ModelElementResolutionStatus) | 返回存储区中符合给定状态的元素的数目。 | 
| .gif) | GetElementsCount(ModelElementValidationStatus) | 返回存储区中符合给定状态的元素的数目。 | 
| .gif) | GetElementsFrom(String, ModelElementClass, ModelElementQueryFilter) |  | 
| .gif) | GetElementsFrom(String, Type, ModelElementQueryFilter) |  | 
| .gif) | GetElementsFrom<TElement>(String, ModelElementQueryFilter) |  | 
| .gif) | GetExternalProperty<TProperty> |  | 
| .gif) | GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | 
| .gif) | GetIdentifier(ICollection<String>) |  | 
| .gif) | GetIdentifier(array<String[]) | 按范围 ID 和字符串从模型中获取标识符。 | 
| .gif) | GetIdentifier(IList<String>, ICollection<String>) |  | 
| .gif) | GetIdentifierHandleTarget |  | 
| .gif) | GetObjectData |  | 
| .gif) | GetType | 获取当前实例的 Type。 (继承自 Object。) | 
| .gif) .gif) | IsBuiltInPropertyType |  | 
| .gif) | MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | 
| .gif) | OnModelElementChanged |  | 
| .gif) | OptimizeForInitialPopulation |  | 
| .gif) | OptimizeForQuery |  | 
| .gif) | RemoveAnnotation | 从模型中移除批注。 | 
| .gif) | SerializeExternalProperty |  | 
| .gif) | SetExternalProperty<TProperty> |  | 
| .gif) | TestWriteCount | 使用给定的值测试写入计数。 | 
| .gif) | ToString | 返回表示当前对象的字符串。 (继承自 Object。) | 
| .gif) | UpdateSourceNamePrefixes |  | 
| .gif) | ValidateWriteAccess |  |