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

The type exposes the following members.

Public Constructors

  Name Description
Public method SerializableViperInfo

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IsInScope
Determines whether the current viper is in scope.
Public method IsSecurityZoneAllowed
Determines whether given security zone is allowed.
Public method ToString
Returns a String that represents this instance.
(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 Emphasize
Gets or sets a value indicating whether this SerializableViperInfo is emphasized.
Public property IsTranslation
Gets or sets a value indicating whether this instance is a translation.
Public property Methods
Gets the methods.
Public property Name
Gets the name.
Public property SecurityZones
Gets or sets a comma seperated list of the allowed security zones.

See Also

Advanced