C# Class SenseNet.Messaging.Message

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Свойство Type Description
DeleteAllMessages void
GenerateMailMessage MailMessage
GetAllMessages IEnumerable
OnAddressChanged void
OnAddressChanging void
OnBodyChanged void
OnBodyChanging void
OnCreated void
OnLoaded void
OnLockIdChanged void
OnLockIdChanging void
OnLockedUntilChanged void
OnLockedUntilChanging void
OnMessageIdChanged void
OnMessageIdChanging void
OnSubjectChanged void
OnSubjectChanging void
OnValidate void

Méthodes publiques

Méthode Description
Message ( ) : System.Data.Linq

Méthodes protégées

Méthode Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Méthode Description
DeleteAllMessages ( ) : void
GenerateMailMessage ( ) : MailMessage
GetAllMessages ( ) : IEnumerable
OnAddressChanged ( ) : void
OnAddressChanging ( string value ) : void
OnBodyChanged ( ) : void
OnBodyChanging ( string value ) : void
OnCreated ( ) : void
OnLoaded ( ) : void
OnLockIdChanged ( ) : void
OnLockIdChanging ( string value ) : void
OnLockedUntilChanged ( ) : void
OnLockedUntilChanging ( System value ) : void
OnMessageIdChanged ( ) : void
OnMessageIdChanging ( int value ) : void
OnSubjectChanged ( ) : void
OnSubjectChanging ( string value ) : void
OnValidate ( System action ) : void

Method Details

Message() public méthode

public Message ( ) : System.Data.Linq
Résultat System.Data.Linq

SendPropertyChanged() protected méthode

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
Résultat void

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void