C# Class BlogEngine.Core.FileSystem.FileStoreFile

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Show file Open project: rasmuskl/ReSharperCourse Class Usage Examples

Private Properties

Property 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

Public Methods

Method Description
FileStoreFile ( ) : System.Data.Linq

Protected Methods

Method Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Method 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 method

public FileStoreFile ( ) : System.Data.Linq
return System.Data.Linq

SendPropertyChanged() protected method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void