BusinessObjectBase Methods
The BusinessObjectBase type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddSearchableProperty |
Adds the property and value to the searchable index. Property may be any created element
|
![]() |
AddSummaryDataRow(String, String) |
Adds the data to the summary data used to display in the tool list. Property may be any created element.
|
![]() |
AddSummaryDataRow(String, Int32) |
Adds the data to the summary data used to display in the tool list. Property may be any created element.
|
![]() |
AddSummaryDataRow(String, Guid) |
Adds the data to the summary data used to display in the tool list. Property may be any created element.
|
![]() |
AddSummaryDataRow(String, Boolean) |
Adds the data to the summary data used to display in the tool list. Property may be any created element.
|
![]() |
AddSummaryDataRow(String, DateTime) |
Adds the data to the summary data used to display in the tool list. Property may be any created element.
|
![]() |
AddSummaryDataRow(String, Decimal) |
Adds the data to the summary data used to display in the tool list. Property may be any created element.
|
![]() |
AddSummaryDataRow(String, Object) |
Adds the data to the summary data used to display in the tool list. Property may be any created element.
|
![]() ![]() |
GetPropertyName<(Of <<'(TObject>)>>)(Expression<(Of <<'(Func<(Of <<'(TObject, Object>)>>)>)>>)) |
Gets the name of the property.
|
![]() |
GetPublicProperties | |
![]() ![]() |
IsValidDate |
Helper method to determin if string value is a DateTime.
|
![]() ![]() |
IsValidGuid |
Helper method to determin if string value is a Guid.
|
![]() ![]() |
IsValidInt |
Helper method to determin if string value is an interger.
|
![]() |
OnLoad |
Automatically called when object is requested through AdvantageModuleEngine or ToolEngine
Can be used to perform external actions or load reference data.
|
![]() |
PostDeleteDraft |
Called by advantageCMS after to deleting draft of object
|
![]() |
PostDeleteRecord |
Called by advantageCMS after to deleting entire object
|
![]() |
PostPublish |
Called by advantageCMS after to publishing object
|
![]() |
PostSaveDraft |
Called by advantageCMS after to saving a draft object
|
![]() |
PostUnpublish |
Called by advantageCMS after to un-publishing object
|
![]() |
PreDeleteDraft |
Called by advantageCMS prior to deleting draft of object
|
![]() |
PreDeleteRecord |
Called by advantageCMS prior to deleting entire object
|
![]() |
PrePublish |
Called by advantageCMS prior to publishing object
|
![]() |
PreSaveDraft |
Called by advantageCMS prior to saving a draft object
|
![]() |
PreUnpublish |
Called by advantageCMS prior to un-publishing object
|
![]() |
Validate |
Validates the specified action.
|