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 sealed class ViperRegistration
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class ViperRegistration

The type exposes the following properties.

Public Properties

  Name Description
Public property AssetType
Gets the type of the asset.
Public property Description
Gets or sets the description.
Public property Handler
Gets the handler.
Public property IsBuiltIn
Gets a value indicating whether this instance is a built in method.
Public property IsDeterministic
Gets or sets a value indicating whether a Viper method is deterministic, ie. internally depends only on the given parameters.
Setting the IsDeterministic flag will allow for early execution, for instance during RenderTemplate precompilation.
Public property Methods
Gets the Viper method info list.
Public property Name
Gets the name.
Public property ObjectName
Gets the viper object name.
Public property RequiredContextType
Gets the type of the required context.
Public property RiskLevel
Gets the SXML code risk level.
Public property ViperClassName
Gets the name of the viper class.

See Also

Advanced