BusinessObjectBase Members
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.
|
|
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.
|
Properties
Name | Description | |
---|---|---|
CreatedBy |
User object was created by
|
|
CreatedDate |
Date object was created
|
|
LanguageID |
Language Id of object
|
|
LastModifiedBy |
User who last modified the object
|
|
LastModifiedDate |
Last modified date of object
|
|
MasterID |
Unique Identifier of object
|
|
ObjectTypeName |
String name of object used by AdvantageCMS. Maps to "Object Name" in Data Tools.
|
|
PublishStatus |
Status of object (Publish, Draft, Historical)
|
|
RestrictToCurrentDomain |
True -> Object data cannot be published to multiple sites.
|
|
SEOContent |
SEO Content that can be used in page meta data (if applicable).
|
|
SEOKeywords |
SEO Keywords that can be used in page meta data (if applicable).
|
|
SEOName |
SEOName that can be used to generate the object url (if applicable).
|
|
Version |
Version of object
|
|
VersionName |
Version name for user reference
|