Click or drag to resize

ModuleInfo Class

A ModuleInfo object holds the metadata representation at runtime of the modules that could be used in an application. A module is represented by it's ModuleKey. The collection is loaded once (at startup) and used throughout the life of the application.
Inheritance Hierarchy
SystemObject
  NetQuarryModuleInfo

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[SerializableAttribute]
public class ModuleInfo : IEAPBase, ICloneable, 
	ICacheable

The ModuleInfo type exposes the following members.

Constructors
  NameDescription
Public methodModuleInfo
Standard constructor.
Top
Properties
  NameDescription
Public propertyAttrs
The module attrs for this module.
Public propertyHasRequiredPolicy
Whether this module has a required policy for the various meta data elements to be loaded
Public propertyID
The UniqueID for this module.
Public propertyModuleKey
The ModuleKey for this module.
Public propertyProperties
The page's properties collection.
Public propertyRequiredPolicy
Returns the required policy name for modules of this name to be loaded
Public propertyRequiredPolicySatisfied
Whether this module has a required policy for the various meta data elements to be loaded
Public propertyTextItems
The page's localized text.
Public propertyVersion
Get the scaled version of the AppContext object.
Top
Methods
  NameDescription
Public methodClone
The Clone method creates a copy of this PageInfo object.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExec
Execute a command on the 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
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