Click or drag to resize
FunctionMappingStore Class
Class which is used to store function mapping related data.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesFunctionMappingStore

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class FunctionMappingStore

The FunctionMappingStore type exposes the following members.

Constructors
  NameDescription
Public methodFunctionMappingStore
Initializes a new instance of the FunctionMappingStore class.
Top
Methods
  NameDescription
Public methodAdd
Adds the specified functionmapping to the container
Public methodStatic memberCreateKeyValue(MemberInfo)
Creates the key value for the property's memberinfo specified
Public methodStatic memberCreateKeyValue(MethodInfo)
Creates the key value for the method's methodInfo specified
Public methodStatic memberCreateKeyValue(String, String, Int32)
Creates the key value for the function specified.
Public methodStatic memberCreateKeyValue(String, Type, Int32)
Creates the key value for the function specified.
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 methodFindMapping
Finds the mapping with the key specified.
Public methodGetHashCode
Serves as the default hash function.
(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 memberKeyFormat
Format specification of functionmapping key string.
Top
See Also