C# Class Quilt4.Service.SqlRepository.Role

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

Private Properties

Property Type Description
OnCreated void
OnLoaded void
OnRoleIdChanged void
OnRoleIdChanging void
OnRoleNameChanged void
OnRoleNameChanging void
OnValidate void
attach_UserRoles void
detach_UserRoles void

Public Methods

Method Description
Role ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnLoaded ( ) : void
OnRoleIdChanged ( ) : void
OnRoleIdChanging ( int value ) : void
OnRoleNameChanged ( ) : void
OnRoleNameChanging ( string value ) : void
OnValidate ( System action ) : void
attach_UserRoles ( UserRole entity ) : void
detach_UserRoles ( UserRole entity ) : void

Method Details

Role() public method

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