Click or drag to resize
ActivityCustomTableFormSubmit Class

Note: This API is now obsolete.

Class for custom table form submit activity
Inheritance Hierarchy
SystemObject
  CMS.BaseAbstractSimpleDataContainerActivity
    CMS.BaseAbstractDataContainerActivity
      CMS.BaseAbstractHierarchicalObjectActivity
        CMS.WebAnalyticsActivity
          CMS.WebAnalyticsActivityCustomTableFormSubmit

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use CMS.FormEngine.Web.UI.CustomTableFormSubmitActivityInitializer instead.")]
public class ActivityCustomTableFormSubmit : Activity

The ActivityCustomTableFormSubmit type exposes the following members.

Constructors
  NameDescription
Public methodActivityCustomTableFormSubmit
Default constructor
Top
Properties
  NameDescription
Protected propertyActivityType
Activity type.
(Overrides ActivityActivityType.)
Public propertyColumnNames
Available column names.
(Inherited from AbstractDataContainerParentObjectType.)
Public propertyCurrentUser
Current user.
(Inherited from Activity.)
Public propertyData
Activity data.
(Inherited from Activity.)
Public propertyDocumentLogActivity
Indicates if current document or his parent (when inheriting value) enables to log activity.
(Inherited from Activity.)
Public propertyCheckViewMode
Indicates if view mode should be checked. Default true.
(Inherited from Activity.)
Protected propertyIsLiveSite
Indicates if running on live site.
(Inherited from Activity.)
Public propertyItem
Gets the value of particular property
(Inherited from AbstractHierarchicalObjectTObject.)
Public propertyLoggingEnabled
Indicates if logging of activity is enabled.
(Inherited from Activity.)
Public propertyProperties
Properties available through the context.
(Inherited from AbstractHierarchicalObjectTObject.)
Protected propertyPropertyList
Used property list
(Inherited from AbstractHierarchicalObjectTObject.)
Protected propertyRegisteredColumns
Registered Columns
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyRegisteredColumnsObject
Registered Columns object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyRegisteredProperties
Registered properties
(Inherited from AbstractHierarchicalObjectTObject.)
Protected propertyRegisteredPropertiesObject
Registered properties object
(Inherited from AbstractHierarchicalObjectTObject.)
Protected propertySettingsKeyName
Name of the settings key.
(Overrides ActivitySettingsKeyName.)
Public propertySiteName
Current site name.
(Inherited from Activity.)
Protected propertyUseLocalColumns
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyUseLocalProperties
If true, the object uses local properties
(Inherited from AbstractHierarchicalObjectTObject.)
Top
Methods
  NameDescription
Public methodCombineWith
Combines current instance with other properties (modifies current instace!). List properties are merged from all the participating typeinfos, other properties are taken as first non-null value (non-null is determined by nullValues collection).
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodContainsColumn
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainerParentObjectType.)
Public methodGetProperty
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.)
Protected methodGetPropertyType
Gets the type of the given property
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodGetValue
Gets the object value.
(Inherited from AbstractSimpleDataContainerTObject.)
Public methodHasSetter
Returns true if given property has a setter
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodLog
Logs activity.
(Inherited from Activity.)
Protected methodRegisterColumn(String, FuncTObject, Object)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterColumn(String, FuncTObject, Object, FuncTObject, Object, Object)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterColumns
Registers the Columns of this object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterProperties
Registers the object properties.
(Inherited from Activity.)
Protected methodRegisterProperty(String, FuncTObject, Object)
Registers the given property to the object
(Inherited from AbstractHierarchicalObjectTObject.)
Protected methodRegisterProperty(String, Object, FuncTObject, Object, Object)
Registers the given parameterized property to the object.
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodSetProperty
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodSetValue
Sets the object value.
(Inherited from AbstractSimpleDataContainerTObject.)
Public methodTryGetProperty(String, Object)
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodTryGetProperty(String, Object, Boolean)
Returns value of property.
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodTryGetValue
Returns value of column.
(Inherited from AbstractSimpleDataContainerTObject.)
Top
Events
  NameDescription
Public eventOnAfterLogActivity
Occurs after successful logging of activity occurs.
(Inherited from Activity.)
Public eventOnCustomActivityCheck
Occurs before logging activity just after regular check for logging activity. Enables users to set custom validation if logging should be enabled.
(Inherited from Activity.)
Top
See Also