C# Class Quilt4.Service.SqlRepository.ProjectUser

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
ファイルを表示 Open project: Quilt4/Quilt4.Service Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnLoaded void
OnProjectIdChanged void
OnProjectIdChanging void
OnProjectUserIdChanged void
OnProjectUserIdChanging void
OnRoleChanged void
OnRoleChanging void
OnUserIdChanged void
OnUserIdChanging void
OnValidate void

Public Methods

Method Description
ProjectUser ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnLoaded ( ) : void
OnProjectIdChanged ( ) : void
OnProjectIdChanging ( int value ) : void
OnProjectUserIdChanged ( ) : void
OnProjectUserIdChanging ( int value ) : void
OnRoleChanged ( ) : void
OnRoleChanging ( string value ) : void
OnUserIdChanged ( ) : void
OnUserIdChanging ( int value ) : void
OnValidate ( System action ) : void

Method Details

ProjectUser() public method

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