BusinessObject<(Of <(<'T>)>)> Members
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())
|
|
|
GetFriendlyNameForProperty |
Gets the friendly display name for a property using its DisplayAttribute, if present.
(Inherited from BusinessObjectBase.) |
|
|
GetPropertyName<(Of <<'(P, L>)>>) |
Returns the string property name of the property referenced.
C# AddSearchableProperty(GetPropertyName(() => this.someProperty), this.someProperty); |
|
|
GetPublicProperties |
Gets all public readable and writable properties of the current object, optionally including those marked with XmlIgnoreAttribute.
(Inherited from BusinessObjectBase.) |
|
|
OnLoad |
Automatically called when the object is requested through AdvantageModuleEngine or ToolEngine.
Can be used to perform external actions or load reference data.
(Inherited from BusinessObjectBase.) |
|
|
PostDeleteDraft |
Called by AdvantageCSP after deleting a draft of the object.
(Inherited from BusinessObjectBase.) |
|
|
PostDeleteRecord |
Called by AdvantageCSP after deleting the entire object (all versions).
(Inherited from BusinessObjectBase.) |
|
|
PostPublish |
Called by AdvantageCSP after publishing the object.
(Inherited from BusinessObjectBase.) |
|
|
PostSaveDraft |
Called by AdvantageCSP after saving a draft of the object.
(Inherited from BusinessObjectBase.) |
|
|
PostUnpublish |
Called by AdvantageCSP after un-publishing the object.
(Inherited from BusinessObjectBase.) |
|
|
PreDeleteDraft |
Called by AdvantageCSP prior to deleting a draft of the object.
(Inherited from BusinessObjectBase.) |
|
|
PreDeleteRecord |
Called by AdvantageCSP prior to deleting the entire object (all versions).
(Inherited from BusinessObjectBase.) |
|
|
PrePublish |
Called by AdvantageCSP prior to publishing the object.
(Inherited from BusinessObjectBase.) |
|
|
PreSaveDraft |
Called by AdvantageCSP prior to saving a draft of the object.
(Inherited from BusinessObjectBase.) |
|
|
PreUnpublish |
Called by AdvantageCSP prior to un-publishing the 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 object for the specified action. Override to add custom validation logic.
(Inherited from BusinessObjectBase.) |
Properties
| Name | Description | |
|---|---|---|
|
|
CreatedBy |
User object was created by
(Inherited from BusinessObjectBase.) |
|
|
CreatedDate |
Date object was created
(Inherited from BusinessObjectBase.) |
|
|
GetDerivedObject |
Gets the current instance cast to the derived type T.
|
|
|
LanguageID |
Language Id of object
(Inherited from BusinessObjectBase.) |
|
|
LastModifiedBy |
User who last modified the object
(Inherited from BusinessObjectBase.) |
|
|
LastModifiedDate |
Last modified date of object
(Inherited from BusinessObjectBase.) |
|
|
MasterID |
Unique Identifier of object
(Inherited from BusinessObjectBase.) |
|
|
ObjectTypeName |
Returns the ObjectTypeName that the system uses to map Ids to data.
|
|
|
PublishStatus |
Status of object (Publish, Draft, Historical)
(Inherited from BusinessObjectBase.) |
|
|
RestrictToCurrentDomain |
True -> Object data cannot be published to multiple sites.
(Inherited from BusinessObjectBase.) |
|
|
SEOContent |
SEO Content that can be used in page meta data (if applicable).
(Inherited from BusinessObjectBase.) |
|
|
SEOKeywords |
SEO Keywords that can be used in page meta data (if applicable).
(Inherited from BusinessObjectBase.) |
|
|
SEOName |
SEOName that can be used to generate the object url (if applicable).
(Inherited from BusinessObjectBase.) |
|
|
Version |
Version of object
(Inherited from BusinessObjectBase.) |
|
|
VersionName |
Version name for user reference
(Inherited from BusinessObjectBase.) |

