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

The type exposes the following members.

Public Constructors

  Name Description
Public method ViperResolverSettings Overloaded.

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 (Inherited from Object.)

Protected Methods

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

Public Properties

  Name Description
Public property Force
Gets or sets a value indicating whether to force clearing of unresolved methods.
Public property LocalModule
Gets or sets the local module.
Public property OverrulingHandler
Gets or sets the overruling handler for Viper resolving.
Public property PlaceholdersOnly
Gets or sets a value indicating whether only placeholders should resolve.
Public property ResolveLocals
Gets or sets a value indicating whether to suppress local vipers.
Public property ThrowExceptions
Gets or sets a value indicating whether to throw exceptions.
Public property UseDefault
Gets or sets a value indicating whether to use default if the Viper does not resolve.
Public property UseInternalHandler
Gets or sets a value indicating whether [use internal handler].
Public property UseLogging
Gets or sets a value indicating whether to use logging.
Public property Whitespace
Gets or sets the whitespace mode.

See Also

Advanced