Click or drag to resize

SessionParameterNames Class

Holds string constant values for all of the properties that are to be accessed in this object.
Inheritance Hierarchy
SystemObject
  NetQuarrySessionParameterNames

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[SerializableAttribute]
public class ParameterNames

The SessionParameterNames type exposes the following members.

Constructors
  NameDescription
Public methodSessionParameterNames
Initializes a new instance of the SessionParameterNames class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberCurrencyCulture
Default currency (e.g. en-US for U.S. dollar).
Public fieldStatic memberDateCulture
Default date format (e.g. en-GB for UK format).
Public fieldStatic memberFormatCurrency
Default format for currency fields.
Public fieldStatic memberFormatDateTime
Default format for date/time fields.
Public fieldStatic memberFormatFloat
Default format for floating point fields.
Public fieldStatic memberFormatInteger
Default format for integer fields.
Public fieldStatic memberLogPageActivity
True if page activity should be logged to the xot_request_log table.
Public fieldStatic memberMasterSession
True if this session should be the master session and allowed to do special things, like set appCxt timezone.
Public fieldStatic memberMetadataCache
MetadataCache
Public fieldStatic memberNoViewStateCompression
True if ViewState compression should NOT be used. Default value is False.
Public fieldStatic memberRootPath
RootPath
Public fieldStatic memberRootURL
RootURL
Public fieldStatic memberRootURLHttp
RootURLHttp
Public fieldStatic memberStyleSheet
StyleSheet
Public fieldStatic memberTokenValidHours
The number of hours a user token is valid
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
Determines if the object value is equal to another object. If the two objects are null, then this returns true. There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways). If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.)
Top
See Also