Click or drag to resize
MembershipResolvers Class
Resolvers used in e-mail templates and other macro visual components.
Inheritance Hierarchy

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public class MembershipResolvers : ResolverDefinition

The MembershipResolvers type exposes the following members.

Constructors
  NameDescription
Public methodMembershipResolvers
Top
Methods
  NameDescription
Public methodStatic memberGetForgottenPasswordResolver
Builds and returns a resolver for email templates of type 'Forgotten password'
Public methodStatic memberGetMembershipExpirationResolver
Builds and returns a resolver for email templates of type 'Membership expiration'
Public methodStatic memberGetMembershipChangePasswordResolver
Builds and returns a resolver for email templates of type 'Membership change password'
Public methodStatic memberGetMembershipRegistrationResolver
Builds and returns a resolver for email templates of type 'Membership registration'
Public methodStatic memberGetMembershipUnlockAccountResolver
Builds and returns a resolver for email templates of type 'Account unlock'
Public methodStatic memberGetPasswordResolver
Builds and returns a resolver for email templates of type 'Password'
Public methodStatic memberGetRegistrationApprovalResolver
Builds and returns a resolver for email templates of type 'Registration approval'
Public methodStatic memberGetRegistrationResolver
Builds and returns a resolver for email templates of type 'Registration'
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Properties
  NameDescription
Public propertyStatic memberForgottenPasswordResolver
Forgotten password e-mail template macro resolver.
Public propertyStatic memberMembershipExpirationResolver
Returns membership expiration e-mail template macro resolver.
Public propertyStatic memberMembershipChangePasswordResolver
Returns membership change password e-mail template macro resolver.
Public propertyStatic memberMembershipRegistrationResolver
Returns membership registration e-mail template macro resolver.
Public propertyStatic memberMembershipUnlockAccountResolver
Returns membership unlock account e-mail template macro resolver.
Public propertyStatic memberPasswordResolver
Password e-mail template macro resolver.
Public propertyStatic memberRegistrationApprovalResolver
Registration approved e-mail template macro resolver.
Public propertyStatic memberRegistrationResolver
Registration e-mail template macro resolver.
Top
See Also