PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class Action
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class Action

The type exposes the following members.

Public Constructors

  Name Description
Public method Action
Initializes a new instance of the Action class.

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString
Returns a string representation of this Action.
(Overrides Object..::ToString()()()().)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property ActionType
Gets the action type.
Public property ContentTypeCode
Gets the contenttype code for which this action applies.
Public property FieldName
Gets the fieldname.
Public property Name
Gets the name of the action.
Public property NamespaceDeclarations
Contains the namespace declarations (if any).
Public property Parameters
Contains the additional attributes from the configuration xml.
Public property TypeName
Gets the typename of the object implementing this action.
Public property Value
Gets the value.
Public property Xml
The xml definition of this action.

See Also

Advanced