|
CollectionRolePropertiesBrowsable(ModelElement)
|
对于此模型元素参与的所有关系,返回基于角色的集合属性的任何 PropertyDescriptor 是否可浏览
(继承自 ElementTypeDescriptor)
|
|
CreateCollectionPropertyDescriptor(ModelElement, DomainRoleInfo, Attribute[])
|
(继承自 ElementTypeDescriptor)
|
|
CreatePropertyDescriptor(ModelElement, DomainPropertyInfo, Attribute[])
|
用于创建 PropertyDescriptor 的方法,该方法描述要在网格中显示的属性。
(继承自 ElementTypeDescriptor)
|
|
CreateRolePlayerPropertyDescriptor(ModelElement, DomainRoleInfo, Attribute[])
|
用于创建 PropertyDescriptor 的方法,该方法描述要在网格中显示的关系和角色。
(继承自 ElementTypeDescriptor)
|
|
GetCategory(ElementPropertyDescriptor)
|
返回域属性的本地化类别
(继承自 ElementTypeDescriptor)
|
|
GetClassName()
|
返回此描述符表示的类的名称。
(继承自 ElementTypeDescriptor)
|
|
GetComponentName()
|
对象的名称; 如果对象没有名称,则为空字符串。
(继承自 ElementTypeDescriptor)
|
|
GetDescription(ElementPropertyDescriptor)
|
返回域属性的本地化说明
(继承自 ElementTypeDescriptor)
|
|
GetDisplayProperties(ModelElement, PropertyDescriptor)
|
返回对应于每个域属性的属性描述符列表
(继承自 ElementTypeDescriptor)
|
|
GetDisplayProperties(ModelElement, Store, PropertyDescriptor)
|
返回对应于每个域属性的属性描述符列表
(继承自 ElementTypeDescriptor)
|
|
GetDomainClassInfo(ModelElement)
|
返回所描述的元素类型的域类信息。
(继承自 ElementTypeDescriptor)
|
|
GetDomainPropertyAttributes(DomainPropertyInfo)
|
获取指定 DomainProperty 的自定义特性的数组。
(继承自 ElementTypeDescriptor)
|
|
GetExtensionProperties(ModelElement, Attribute[])
|
返回任何扩展元素的属性说明符
(继承自 ElementTypeDescriptor)
|
|
GetProperties()
|
返回此组件实例的属性。
(继承自 ElementTypeDescriptor)
|
|
GetProperties(Attribute[])
|
|
GetPropertyDescriptorDisplayName(ElementPropertyDescriptor)
|
为传入的 elementPropertyDescriptor 返回本地化的 DisplayName
(继承自 ElementTypeDescriptor)
|
|
GetRolePlayerPropertyAttributes(DomainRoleInfo)
|
获取指定 DomainRole 的自定义特性的数组。
(继承自 ElementTypeDescriptor)
|
|
IncludeCollectionRoleProperties(ModelElement)
|
对于此模型元素参与的所有关系,返回是否为基于角色的集合属性提供 PropertyDescriptor。
(继承自 ElementTypeDescriptor)
|
|
IncludeEmbeddingRelationshipProperties(ModelElement)
|
对于此模型元素参与的所有关系,如果这是一个嵌入的模型元素,则返回是否显示在 DomainRelationship 上定义的 DomainProperty。
(继承自 ElementTypeDescriptor)
|
|
IncludeOppositeRolePlayerProperties(ModelElement)
|
对于此模型元素参与的所有关系,如果多重性为 One/ZeroOne,则返回是否显示相反角色扮演者的 ElementName 属性
(继承自 ElementTypeDescriptor)
|
|
IsPropertyDescriptorReadOnly(ElementPropertyDescriptor)
|
返回此元素属性描述符是否为只读。
(继承自 ElementTypeDescriptor)
|
|
ShouldCreateCollectionPropertyDescriptor(ModelElement, DomainRoleInfo)
|
对于涉及的关系和实例级别角色扮演者,返回是否为集合创建属性描述符
(继承自 ElementTypeDescriptor)
|
|
ShouldCreatePropertyDescriptor(ModelElement, DomainPropertyInfo)
|
对于在请求者模型元素中定义的给定域属性,ShouldCreatePropertyDescriptor 确定是否应创建属性描述符。 请注意,selectedElement 提供了将从中创建目标属性 dsscriptor 的上下文。
(继承自 ElementTypeDescriptor)
|
|
ShouldCreateRolePlayerPropertyDescriptor(ModelElement, DomainRoleInfo)
|
对于涉及的关系和实例级别角色扮演者,返回是否为相反角色扮演者创建属性描述符
(继承自 ElementTypeDescriptor)
|