BusinessObject<(Of <(<'T>)>)> Methods
The BusinessObject<(Of <(<'T>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddSearchableProperty |
Adds the property and value to the searchable index. Property may be any created element
(Inherited from BusinessObjectBase.) |
|
AddSummaryDataRow(String, String) |
Adds the data to the summary data used to display in the tool list. Property may be any created element.
(Inherited from BusinessObjectBase.) |
|
AddSummaryDataRow(String, Int32) |
Adds the data to the summary data used to display in the tool list. Property may be any created element.
(Inherited from BusinessObjectBase.) |
|
AddSummaryDataRow(String, Guid) |
Adds the data to the summary data used to display in the tool list. Property may be any created element.
(Inherited from BusinessObjectBase.) |
|
AddSummaryDataRow(String, Boolean) |
Adds the data to the summary data used to display in the tool list. Property may be any created element.
(Inherited from BusinessObjectBase.) |
|
AddSummaryDataRow(String, DateTime) |
Adds the data to the summary data used to display in the tool list. Property may be any created element.
(Inherited from BusinessObjectBase.) |
|
AddSummaryDataRow(String, Decimal) |
Adds the data to the summary data used to display in the tool list. Property may be any created element.
(Inherited from BusinessObjectBase.) |
|
AddSummaryDataRow(String, Object) |
Adds the data to the summary data used to display in the tool list. Property may be any created element.
(Inherited from BusinessObjectBase.) |
|
Clone |
Creates a shallow copy of the object. (inherited from MemberwiseClone())
|
|
GetPropertyName<(Of <<'(P, L>)>>) |
Returns the string property name of the property referenced.
C# AddSearchableProperty(GetPropertyName(() => this.someProperty), this.someProperty); |
|
OnLoad |
Automatically called when object is requested through AdvantageModuleEngine or ToolEngine
Can be used to perform external actions or load reference data.
(Inherited from BusinessObjectBase.) |
|
PostDeleteDraft |
Called by advantageCMS after to deleting draft of object
(Inherited from BusinessObjectBase.) |
|
PostDeleteRecord |
Called by advantageCMS after to deleting entire object
(Inherited from BusinessObjectBase.) |
|
PostPublish |
Called by advantageCMS after to publishing object
(Inherited from BusinessObjectBase.) |
|
PostSaveDraft |
Called by advantageCMS after to saving a draft object
(Inherited from BusinessObjectBase.) |
|
PostUnpublish |
Called by advantageCMS after to un-publishing object
(Inherited from BusinessObjectBase.) |
|
PreDeleteDraft |
Called by advantageCMS prior to deleting draft of object
(Inherited from BusinessObjectBase.) |
|
PreDeleteRecord |
Called by advantageCMS prior to deleting entire object
(Inherited from BusinessObjectBase.) |
|
PrePublish |
Called by advantageCMS prior to publishing object
(Inherited from BusinessObjectBase.) |
|
PreSaveDraft |
Called by advantageCMS prior to saving a draft object
(Inherited from BusinessObjectBase.) |
|
PreUnpublish |
Called by advantageCMS prior to un-publishing object
(Inherited from BusinessObjectBase.) |
|
SetSearchableProperties()()()() | (Inherited from BusinessObjectBase.) | |
SetSearchableProperties(ActionArgs) | (Inherited from BusinessObjectBase.) | |
SetSummaryDataRow()()()() | (Inherited from BusinessObjectBase.) | |
SetSummaryDataRow(ActionArgs) | (Inherited from BusinessObjectBase.) | |
Validate |
Validates the specified action.
(Inherited from BusinessObjectBase.) |