C# Class Quilt4.Service.SqlRepository.Project

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Show file Open project: Quilt4/Quilt4.Service Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnCreationServerTimeChanged void
OnCreationServerTimeChanging void
OnDashboardColorChanged void
OnDashboardColorChanging void
OnLastTicketChanged void
OnLastTicketChanging void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnOwnerUserIdChanged void
OnOwnerUserIdChanging void
OnProjectApiKeyChanged void
OnProjectApiKeyChanging void
OnProjectIdChanged void
OnProjectIdChanging void
OnProjectKeyChanged void
OnProjectKeyChanging void
OnValidate void
attach_ApplicationUsers void
attach_Applications void
attach_Machines void
attach_ProjectInvitations void
attach_ProjectUsers void
detach_ApplicationUsers void
detach_Applications void
detach_Machines void
detach_ProjectInvitations void
detach_ProjectUsers void

Public Methods

Method Description
Project ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnCreationServerTimeChanged ( ) : void
OnCreationServerTimeChanging ( System value ) : void
OnDashboardColorChanged ( ) : void
OnDashboardColorChanging ( string value ) : void
OnLastTicketChanged ( ) : void
OnLastTicketChanging ( int value ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnOwnerUserIdChanged ( ) : void
OnOwnerUserIdChanging ( int value ) : void
OnProjectApiKeyChanged ( ) : void
OnProjectApiKeyChanging ( string value ) : void
OnProjectIdChanged ( ) : void
OnProjectIdChanging ( int value ) : void
OnProjectKeyChanged ( ) : void
OnProjectKeyChanging ( System value ) : void
OnValidate ( System action ) : void
attach_ApplicationUsers ( ApplicationUser entity ) : void
attach_Applications ( Application entity ) : void
attach_Machines ( Machine entity ) : void
attach_ProjectInvitations ( ProjectInvitation entity ) : void
attach_ProjectUsers ( ProjectUser entity ) : void
detach_ApplicationUsers ( ApplicationUser entity ) : void
detach_Applications ( Application entity ) : void
detach_Machines ( Machine entity ) : void
detach_ProjectInvitations ( ProjectInvitation entity ) : void
detach_ProjectUsers ( ProjectUser entity ) : void

Method Details

Project() public method

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