Autodesk Vault ProfessionalVault API

IEntityStyleService Interface

Autodesk.DataManagement.Client.Framework.Vault.FormsAutodesk.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

NameDescription
AddColumnStyleHandlerRegisters a delegate which will provide a Style for specific properties of an Entity
AddEntityStyleHandlerRegisters a delegate which will provide a Style for all properties of an Entity
GetColumnStyleHandlersGets a list of all of the GetColumnStyle delegates registered for a particular Property Definition via the AddColumnStyleHandler method.
GetEntityStyleHandlersGets 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.

See Also