public interface IAttribute : IElement, IReferableStructure
name | description |
---|---|
DataStorageGuid { get; } | Gets the Data Storage GUID of this attribute. This is the GUID that identifies this attribute in the Mendix Runtime database. |
Documentation { get; set; } | |
Name { get; set; } | |
QualifiedName { get; } | |
Type { get; set; } | |
Value { get; set; } |
- interface IElement
- interface IReferableStructure
- namespace Mendix.StudioPro.ExtensionsAPI.Model.DomainModels