C# Class FT.DB.UserLawVote

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

Private Properties

Property Type Description
Initialize void
OnCreated void
OnDateChanged void
OnDateChanging void
OnDeserializing void
OnLawVoteIdChanged void
OnLawVoteIdChanging void
OnLoaded void
OnUserIdChanged void
OnUserIdChanging void
OnUserLawVoteIdChanged void
OnUserLawVoteIdChanging void
OnValidate void
OnVoteChanged void
OnVoteChanging void

Public Methods

Method Description
UserLawVote ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
Initialize ( ) : void
OnCreated ( ) : void
OnDateChanged ( ) : void
OnDateChanging ( System value ) : void
OnDeserializing ( StreamingContext context ) : void
OnLawVoteIdChanged ( ) : void
OnLawVoteIdChanging ( System value ) : void
OnLoaded ( ) : void
OnUserIdChanged ( ) : void
OnUserIdChanging ( System value ) : void
OnUserLawVoteIdChanged ( ) : void
OnUserLawVoteIdChanging ( int value ) : void
OnValidate ( System action ) : void
OnVoteChanged ( ) : void
OnVoteChanging ( System value ) : void

Method Details

SendPropertyChanged() protected method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

UserLawVote() public method

public UserLawVote ( ) : System.Data.Linq
return System.Data.Linq