C# Class BlogEngine.Core.FileSystem.FileStoreDirectory

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: rasmuskl/ReSharperCourse Class Usage Examples

Private Properties

Свойство Type Description
OnBlogIDChanged void
OnBlogIDChanging void
OnCreateDateChanged void
OnCreateDateChanging void
OnCreated void
OnFullPathChanged void
OnFullPathChanging void
OnIdChanged void
OnIdChanging void
OnLastAccessChanged void
OnLastAccessChanging void
OnLastModifyChanged void
OnLastModifyChanging void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnParentIDChanged void
OnParentIDChanging void
OnValidate void
attach_be_FileStoreFiles void
detach_be_FileStoreFiles void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
OnBlogIDChanged ( ) : void
OnBlogIDChanging ( System value ) : void
OnCreateDateChanged ( ) : void
OnCreateDateChanging ( System value ) : void
OnCreated ( ) : void
OnFullPathChanged ( ) : void
OnFullPathChanging ( string value ) : void
OnIdChanged ( ) : void
OnIdChanging ( System value ) : void
OnLastAccessChanged ( ) : void
OnLastAccessChanging ( System value ) : void
OnLastModifyChanged ( ) : void
OnLastModifyChanging ( System value ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnParentIDChanged ( ) : void
OnParentIDChanging ( System value ) : void
OnValidate ( System action ) : void
attach_be_FileStoreFiles ( FileStoreFile entity ) : void
detach_be_FileStoreFiles ( FileStoreFile entity ) : void

Method Details

FileStoreDirectory() public méthode

public FileStoreDirectory ( ) : 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