|
ActionAttribute
|
Converts a persistent class method into a SimpleAction or PopupWindowShowAction.
|
|
CaptionsForBoolValuesAttribute
|
Applied to Boolean business class properties. Specifies captions used to display the target property’s values.
|
|
CreatableItemAttribute
|
Specifies whether a class will have a corresponding item in the New Action’s item list.
|
|
CurrentUserDisplayImageAttribute
|
Applied to business classes that implement a Security System user. Specifies the name of a property that stores the current user photo or avatar icon. Has effect in the ASP.NET Core Blazor UI only.
|
|
CustomFormatObjectEventArgs
|
Arguments passed to the ObjectFormatter.CustomFormatObject event.
|
|
CustomGetValueEventArgs
|
Arguments passed to the ObjectFormatter.CustomGetValue event.
|
|
DataSourceCriteriaAttribute
|
Specifies the criteria expression used to filter source data for a reference, collection, or enumeration property.
|
|
DataSourceCriteriaPropertyAttribute
|
Specifies the CriteriaOperator used to filter source data for a reference, collection, or enumeration property.
|
|
DataSourcePropertyAttribute
|
Specifies the data source for a reference, collection, or enumeration property.
|
|
DefaultClassOptionsAttribute
|
Sets default options for a class.
|
|
EditorAliasAttribute
|
Specifies the Property Editor alias.
|
|
ExpandObjectMembersAttribute
|
Specifies whether the target reference property is displayed via several Property Editors representing the referenced object’s properties or via a single Lookup or Object Property Editor.
|
|
FileAttachmentAttribute
|
Applied to business classes that expose a property of the IFileData type. Activates Controllers that manage file attachments for the target business class. Specifies a property that stores a file attachment.
|
|
FileTypeFilterAttribute
|
Specifies a file type filter in the Open dialog’s “Files of type” box. You can apply this attribute to file data business classes, interfaces, and their properties in ASP.NET Core Blazor and Windows Forms applications.
|
|
FriendlyKeyPropertyAttribute
|
Specifies the property which is considered an analog of the GUID property, to allow use of more suitable values.
|
|
HideInUIAttribute
|
Specifies whether a business class property or enumeration value is initially visible in certain areas of application UI.
|
|
ImageEditorAttribute
|
Applied to business class properties of the byte array type. Specifies that the target property persists an image. Attribute parameters specify settings to be used by Image Property Editors when displaying images persisted by the target property.
|
|
ImageNameAttribute
|
Specifies the name of the image that is displayed for the target class’ objects or target enumeration value.
|
|
ImagesForBoolValuesAttribute
|
Applied to Boolean business class properties. Specifies the names of the images used to display the target property’s values.
|
|
ImmediatePostDataAttribute
|
An attribute you can apply to business class properties. This attribute indicates that the Property Editor’s control value should be passed to the property of a bound object as soon as possible when a user changes the editor’s value.
|
|
IndexAttribute
|
Specifies the target business class property’s order index, that will be considered when generating layout items in a Detail View, and columns in a List View.
|
|
LookupEditorModeAttribute
|
Specifies the mode of the target business class property’s Lookup Property Editor.
|
|
NavigationItemAttribute
|
Specifies whether a class will have a corresponding item in the navigation control.
|
|
NonCloneableAttribute
|
Applied to a business class property. Specifies that the target property’s value cannot be cloned when you use the Clone Object Module to clone objects.
|
|
NotClonedInfoAttribute
|
Applied to a business class. Specifies the business class’ string property, which can hold the property values that were not cloned.
|
|
ObjectCaptionFormatAttribute
|
Specifies a caption format for the target business class’ objects.
|
|
ObjectFormatter
|
Represents a string formatter. Exposes the static helper ObjectFormatter.Format method that replaces format items in the specified string with the property values of the specified object.
|
|
ToolTipAttribute
|
Specifies a tooltip for a business object property in XAF WinForms and ASP.NET Core Blazor applications.
|
|
UseInAuditTrailAttribute
|
Specifies whether a property takes part in audit.
|
|
VisibleInDashboardsAttribute
|
When applied to a business class, specifies whether end-users can create dashboards for objects of the attribute’s target type. When applied to a business class property, specifies if the target property is visible in the Dashboard Designer.
|
|
VisibleInDetailViewAttribute
|
Specifies whether the View Item that corresponds to the target business class property is visible in a Detail View.
|
|
VisibleInListViewAttribute
|
Specifies whether the column that corresponds to the target business class property is initially visible in a List View.
|
|
VisibleInLookupListViewAttribute
|
Specifies whether the column that corresponds to the target business class property is initially visible in a Lookup Property Editor’s List View.
|
|
VisibleInReportsAttribute
|
When applied to business classes, specifies whether end-users can create reports on objects of the required class. When applied to a business class property, specifies if the target property is visible in the Report Designer.
|