C# Class FT.DB.Law

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Mostra file Open project: friism/folketsting Class Usage Examples

Private Properties

Property Type Description
Initialize void
OnCommitteeIdChanged void
OnCommitteeIdChanging void
OnCreated void
OnDeserializing void
OnFirstDeliberationChanged void
OnFirstDeliberationChanging void
OnFtIdChanged void
OnFtIdChanging void
OnLawIdChanged void
OnLawIdChanging void
OnLoaded void
OnMinistryIdChanged void
OnMinistryIdChanging void
OnPassedChanged void
OnPassedChanging void
OnProposedChanged void
OnProposedChanging void
OnSecondDeliberationChanged void
OnSecondDeliberationChanging void
OnSerialized void
OnSerializing void
OnSessionIdChanged void
OnSessionIdChanging void
OnShortNameChanged void
OnShortNameChanging void
OnSubtitleChanged void
OnSubtitleChanging void
OnSummaryChanged void
OnSummaryChanging void
OnValidate void
attach_Deliberations void
attach_LawChapters void
attach_LawVotes void
attach_Paragraphs void
attach_ProposedLaws void
attach_Speakers void
detach_Deliberations void
detach_LawChapters void
detach_LawVotes void
detach_Paragraphs void
detach_ProposedLaws void
detach_Speakers void

Public Methods

Method Description
Law ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
Initialize ( ) : void
OnCommitteeIdChanged ( ) : void
OnCommitteeIdChanging ( System value ) : void
OnCreated ( ) : void
OnDeserializing ( StreamingContext context ) : void
OnFirstDeliberationChanged ( ) : void
OnFirstDeliberationChanging ( System value ) : void
OnFtIdChanged ( ) : void
OnFtIdChanging ( string value ) : void
OnLawIdChanged ( ) : void
OnLawIdChanging ( int value ) : void
OnLoaded ( ) : void
OnMinistryIdChanged ( ) : void
OnMinistryIdChanging ( System value ) : void
OnPassedChanged ( ) : void
OnPassedChanging ( System value ) : void
OnProposedChanged ( ) : void
OnProposedChanging ( System value ) : void
OnSecondDeliberationChanged ( ) : void
OnSecondDeliberationChanging ( System value ) : void
OnSerialized ( StreamingContext context ) : void
OnSerializing ( StreamingContext context ) : void
OnSessionIdChanged ( ) : void
OnSessionIdChanging ( System value ) : void
OnShortNameChanged ( ) : void
OnShortNameChanging ( string value ) : void
OnSubtitleChanged ( ) : void
OnSubtitleChanging ( string value ) : void
OnSummaryChanged ( ) : void
OnSummaryChanging ( string value ) : void
OnValidate ( System action ) : void
attach_Deliberations ( Deliberation entity ) : void
attach_LawChapters ( LawChapter entity ) : void
attach_LawVotes ( LawVote entity ) : void
attach_Paragraphs ( Paragraph entity ) : void
attach_ProposedLaws ( ProposedLaw entity ) : void
attach_Speakers ( Speaker entity ) : void
detach_Deliberations ( Deliberation entity ) : void
detach_LawChapters ( LawChapter entity ) : void
detach_LawVotes ( LawVote entity ) : void
detach_Paragraphs ( Paragraph entity ) : void
detach_ProposedLaws ( ProposedLaw entity ) : void
detach_Speakers ( Speaker entity ) : void

Method Details

Law() public method

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