C# Class FT.Data.PoliticianLawVote

Inheritance: System.Data.Objects.DataClasses.EntityObject
Mostra file Open project: friism/folketsting Class Usage Examples

Private Properties

Property Type Description
OnLawVoteIdChanged void
OnLawVoteIdChanging void
OnPoliticianIdChanged void
OnPoliticianIdChanging void
OnPoliticianLawVoteIdChanged void
OnPoliticianLawVoteIdChanging void
OnVoteChanged void
OnVoteChanging void

Public Methods

Method Description
CreatePoliticianLawVote ( global politicianLawVoteId ) : PoliticianLawVote

Create a new PoliticianLawVote object.

Private Methods

Method Description
OnLawVoteIdChanged ( ) : void
OnLawVoteIdChanging ( Nullable value ) : void
OnPoliticianIdChanged ( ) : void
OnPoliticianIdChanging ( Nullable value ) : void
OnPoliticianLawVoteIdChanged ( ) : void
OnPoliticianLawVoteIdChanging ( global value ) : void
OnVoteChanged ( ) : void
OnVoteChanging ( Nullable value ) : void

Method Details

CreatePoliticianLawVote() public static method

Create a new PoliticianLawVote object.
public static CreatePoliticianLawVote ( global politicianLawVoteId ) : PoliticianLawVote
politicianLawVoteId global Initial value of the PoliticianLawVoteId property.
return PoliticianLawVote