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 ViperMethodInfoList
Visual Basic (Declaration) Copy imageCopy Code
<> _
Public NotInheritable Class ViperMethodInfoList

The type exposes the following properties.

Public Properties

  Name Description
Public property AllowedZones
Gets the allowed security zones.
Public property AssetType
Gets the type of the asset.
Public property Count
Gets the number of methods contained in this list.
Public property IsBuiltin
Gets a value indicating whether this method is built in.
Public property IsContextRequired
Gets a value indicating whether this instance requires context to be passed as the first argument.
Public property IsExtensionMethod
Gets a value indicating whether this instance is an extension method.
Public property IsInstanceMethod
Gets a value indicating whether this instance is an instance method.
Public property Item
Gets the ViperMethodInfo at the specified index.
Public property Name
Gets the name of the method.
Public property NeedsRawData
Gets or sets a value indicating whether the Viper method used raw parameters.
When a viper method does so, it must call the execute command on the raw parameters itself.
Public property RiskLevel
Gets the risk level of the object as defined using the SXMLSecurityRiskLevelAttribute.

See Also

Advanced