Click or drag to resize
GeneralMappingStrategy Class
A MappingStrategy that is configured via a an XML file or used by passing in a single or list of SciptMapping This is useful as a general mapping strategy, rather than using the default Resource Reference method.
Inheritance Hierarchy
SystemObject
  AsterNET.FastAGI.MappingStrategiesGeneralMappingStrategy

Namespace: AsterNET.FastAGI.MappingStrategies
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class GeneralMappingStrategy : IMappingStrategy

The GeneralMappingStrategy type exposes the following members.

Constructors
Methods
  NameDescription
Public methodDetermineScript
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it 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.)
Public methodLoad
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
See Also