C# Class BlogEngine.Core.FileSystem.FileStoreDirectory

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

Private Properties

Property 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

Public Methods

Method Description
FileStoreDirectory ( ) : System.Data.Linq

Protected Methods

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

Private Methods

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

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