C# Class BlogEngine.Core.FileSystem.FileStoreFile

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

Private Properties

Свойство Type Description
OnContentsChanged void
OnContentsChanging void
OnCreateDateChanged void
OnCreateDateChanging void
OnCreated void
OnFileIDChanged void
OnFileIDChanging void
OnFullPathChanged void
OnFullPathChanging void
OnLastAccessChanged void
OnLastAccessChanging void
OnLastModifyChanged void
OnLastModifyChanging void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnParentDirectoryIDChanged void
OnParentDirectoryIDChanging void
OnSizeChanged void
OnSizeChanging void
OnValidate void
attach_be_FileStoreFileThumbs void
detach_be_FileStoreFileThumbs void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
OnContentsChanged ( ) : void
OnContentsChanging ( System value ) : void
OnCreateDateChanged ( ) : void
OnCreateDateChanging ( System value ) : void
OnCreated ( ) : void
OnFileIDChanged ( ) : void
OnFileIDChanging ( System value ) : void
OnFullPathChanged ( ) : void
OnFullPathChanging ( string value ) : void
OnLastAccessChanged ( ) : void
OnLastAccessChanging ( System value ) : void
OnLastModifyChanged ( ) : void
OnLastModifyChanging ( System value ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnParentDirectoryIDChanged ( ) : void
OnParentDirectoryIDChanging ( System value ) : void
OnSizeChanged ( ) : void
OnSizeChanging ( int value ) : void
OnValidate ( System action ) : void
attach_be_FileStoreFileThumbs ( FileStoreFileThumb entity ) : void
detach_be_FileStoreFileThumbs ( FileStoreFileThumb entity ) : void

Method Details

FileStoreFile() public méthode

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