Méthode | Description | |
---|---|---|
FormItem ( Node parent ) : System | ||
FormItem ( Node parent, string nodeTypeName ) : System | ||
GetProperty ( string name ) : object | ||
Save ( |
||
SetProperty ( string name, object value ) : void |
Méthode | Description | |
---|---|---|
CreateEmailBody ( bool isHtml ) : string | ||
CreateEmailText ( ) : string | ||
FormItem ( |
||
GetSender ( |
||
GetSenderOfSubmiter ( |
||
GetSubmitterAddress ( string emailField, Content c ) : string | ||
ReplaceField ( string body, bool isHtml, Content itemContent ) : string | ||
SendMail ( ) : void |
Méthode | Description | |
---|---|---|
GenerateName ( ) : string |
protected CreateEmailBody ( bool isHtml ) : string | ||
isHtml | bool | |
Résultat | string |
public FormItem ( Node parent, string nodeTypeName ) : System | ||
parent | Node | |
nodeTypeName | string | |
Résultat | System |
protected FormItem ( |
||
nt | ||
Résultat | System |
public GetProperty ( string name ) : object | ||
name | string | |
Résultat | object |
protected GetSenderOfSubmiter ( |
||
form | ||
Résultat | string |
protected static GetSubmitterAddress ( string emailField, Content c ) : string | ||
emailField | string | |
c | Content | |
Résultat | string |
protected ReplaceField ( string body, bool isHtml, Content itemContent ) : string | ||
body | string | |
isHtml | bool | |
itemContent | Content | |
Résultat | string |
public Save ( |
||
settings | ||
Résultat | void |
public SetProperty ( string name, object value ) : void | ||
name | string | |
value | object | |
Résultat | void |