Click or drag to resize
SendEmailModule Class
Inheritance Hierarchy

Namespace: FlexRule.Flows.Model.Nodes.Modules
Assembly: FlexRule.Flows (in FlexRule.Flows.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public class SendEmailModule : ModuleBase

The SendEmailModule type exposes the following members.

Properties
  NameDescription
Public propertyCommandName
Main command name of the builder
(Inherited from ElementModelBuilder.)
Protected propertyCountChilds (Inherited from ElementModelBuilder.)
Protected propertyCurrentPosition (Inherited from ElementModelBuilder.)
Top
Methods
  NameDescription
Public methodAppendBuilder(ElementModelBuilder)
Appends another builder into current one when a hierarchy of commands is required
(Inherited from ElementModelBuilder.)
Public methodBuild (Inherited from ModuleBase.)
Protected methodBuildValidation (Inherited from ElementModelBuilder.)
Protected methodCreateParameterCollection
Creates the parameters as a dictionary
(Inherited from ElementModelBuilder.)
Protected methodExistName (Inherited from ElementModelBuilder.)
Protected methodExistParameter (Inherited from ElementModelBuilder.)
Protected methodIsInHierarchy (Inherited from ElementModelBuilder.)
Protected methodMoveToChild (Inherited from ElementModelBuilder.)
Protected methodMoveToChildFirst (Inherited from ElementModelBuilder.)
Protected methodMoveToChildLast (Inherited from ElementModelBuilder.)
Protected methodMoveToParent (Inherited from ElementModelBuilder.)
Protected methodMoveToRoot (Inherited from ElementModelBuilder.)
Protected methodName (Inherited from ElementModelBuilder.)
Protected methodOnAppendingBuilder (Inherited from ElementModelBuilder.)
Protected methodParameter
Adds parameter with a name and value
(Inherited from ElementModelBuilder.)
Public methodToString (Inherited from ElementModelBuilder.)
Protected methodValidate (Inherited from ElementModelBuilder.)
Top
Fields
  NameDescription
Public fieldStatic memberElementName
Top
Extension Methods
See Also