public interface IEntity : IContextMenuStructure, IElement, IReferableStructure
name | description |
---|---|
DataStorageGuid { get; } | Gets the Data Storage GUID of this entity. This is the GUID that identifies this entity in the Mendix Runtime database. |
Documentation { get; set; } | |
Generalization { get; set; } | |
Location { get; set; } | |
Name { get; set; } | |
QualifiedName { get; } | |
AddAssociation(…) | Create an IAssociation between this entity and another. This entity will be the parent. |
AddAttribute(…) | |
AddEventHandler(…) | |
DeleteAssociation(…) | It deletes an IAssociation from the entity. |
GetAssociations(…) | It returns a list of IAssociation where this entity is either the child or parent. |
GetAttributes() | |
GetEventHandlers() | |
InsertAttribute(…) | |
InsertEventHandler(…) | |
RemoveAttribute(…) | |
RemoveEventHandler(…) |
- interface IContextMenuStructure
- interface IElement
- interface IReferableStructure
- namespace Mendix.StudioPro.ExtensionsAPI.Model.DomainModels