C# Class SenseNet.Portal.Portlets.ContentHandlers.FormItem

Inheritance: SenseNet.ContentRepository.GenericContent
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode Description
FormItem ( Node parent ) : System
FormItem ( Node parent, string nodeTypeName ) : System
GetProperty ( string name ) : object
Save ( NodeSaveSettings settings ) : void
SetProperty ( string name, object value ) : void

Méthodes protégées

Méthode Description
CreateEmailBody ( bool isHtml ) : string
CreateEmailText ( ) : string
FormItem ( NodeToken nt ) : System
GetSender ( Form form ) : string
GetSenderOfSubmiter ( Form form ) : string
GetSubmitterAddress ( string emailField, Content c ) : string
ReplaceField ( string body, bool isHtml, Content itemContent ) : string
SendMail ( ) : void

Private Methods

Méthode Description
GenerateName ( ) : string

Method Details

CreateEmailBody() protected méthode

protected CreateEmailBody ( bool isHtml ) : string
isHtml bool
Résultat string

CreateEmailText() protected méthode

protected CreateEmailText ( ) : string
Résultat string

FormItem() public méthode

public FormItem ( Node parent ) : System
parent Node
Résultat System

FormItem() public méthode

public FormItem ( Node parent, string nodeTypeName ) : System
parent Node
nodeTypeName string
Résultat System

FormItem() protected méthode

protected FormItem ( NodeToken nt ) : System
nt SenseNet.ContentRepository.Storage.NodeToken
Résultat System

GetProperty() public méthode

public GetProperty ( string name ) : object
name string
Résultat object

GetSender() protected méthode

protected GetSender ( Form form ) : string
form Form
Résultat string

GetSenderOfSubmiter() protected méthode

protected GetSenderOfSubmiter ( Form form ) : string
form Form
Résultat string

GetSubmitterAddress() protected static méthode

protected static GetSubmitterAddress ( string emailField, Content c ) : string
emailField string
c Content
Résultat string

ReplaceField() protected méthode

protected ReplaceField ( string body, bool isHtml, Content itemContent ) : string
body string
isHtml bool
itemContent Content
Résultat string

Save() public méthode

public Save ( NodeSaveSettings settings ) : void
settings SenseNet.ContentRepository.Storage.NodeSaveSettings
Résultat void

SendMail() protected méthode

protected SendMail ( ) : void
Résultat void

SetProperty() public méthode

public SetProperty ( string name, object value ) : void
name string
value object
Résultat void