Skip to main content
.NET 6.0+

AppearanceAttribute Constructors

Applied to business classes and their properties. Declares a conditional appearance rule.
Name Parameters Description
AppearanceAttribute(String, AppearanceItemType, String) id, appearanceItemType, criteria Creates a new instance of the AppearanceAttribute using the specified parameters.
AppearanceAttribute(String, String) id, criteria Creates a new instance of the AppearanceAttribute using the specified parameters.
AppearanceAttribute(String) id Creates a new instance of the AppearanceAttribute class.
See Also