IEntityStyleService Interface
Autodesk.DataManagement.Client.Framework.Vault.Forms›Autodesk.DataManagement.Client.Framework.Vault.Forms.Services
This service provides a mechanism to configure global Style characteristics for specific entities or for specific properties of entities. These styles will be respected by all UI elements in the Framework
Syntax
public interface IEntityStyleService Public Interface IEntityStyleService Methods
| Name | Description |
|---|---|
| AddColumnStyleHandler | Registers a delegate which will provide a Style for specific properties of an Entity |
| AddEntityStyleHandler | Registers a delegate which will provide a Style for all properties of an Entity |
| GetColumnStyleHandlers | Gets a list of all of the GetColumnStyle delegates registered for a particular Property Definition via the AddColumnStyleHandler method. |
| GetEntityStyleHandlers | Gets a list of all of the GetEntityStyle delegates registered for via the AddEntityStyleHandler method. |
Returned By
Where you get a IEntityStyleService — members that return one.