C# Class Rsdn.Janus.NewMessageEditor

Редактор новых сообщений.
Inheritance: IOutboxItemEditor
Afficher le fichier Open project: rsdn/janus

Méthodes publiques

Méthode Description
AllowDelete ( object item ) : bool
AllowEdit ( object item ) : bool
Delete ( object item ) : void
Edit ( object item ) : void
NewMessageEditor ( IServiceProvider provider ) : System

Method Details

AllowDelete() public méthode

public AllowDelete ( object item ) : bool
item object
Résultat bool

AllowEdit() public méthode

public AllowEdit ( object item ) : bool
item object
Résultat bool

Delete() public méthode

public Delete ( object item ) : void
item object
Résultat void

Edit() public méthode

public Edit ( object item ) : void
item object
Résultat void

NewMessageEditor() public méthode

public NewMessageEditor ( IServiceProvider provider ) : System
provider IServiceProvider
Résultat System