C# Class FT.Data.UserLawVote

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

Private Properties

Property Type Description
OnDateChanged void
OnDateChanging void
OnLawVoteIdChanged void
OnLawVoteIdChanging void
OnUserIdChanged void
OnUserIdChanging void
OnUserLawVoteIdChanged void
OnUserLawVoteIdChanging void
OnVoteChanged void
OnVoteChanging void

Public Methods

Method Description
CreateUserLawVote ( global userLawVoteId ) : UserLawVote

Create a new UserLawVote object.

Private Methods

Method Description
OnDateChanged ( ) : void
OnDateChanging ( Nullable value ) : void
OnLawVoteIdChanged ( ) : void
OnLawVoteIdChanging ( Nullable value ) : void
OnUserIdChanged ( ) : void
OnUserIdChanging ( Nullable value ) : void
OnUserLawVoteIdChanged ( ) : void
OnUserLawVoteIdChanging ( global value ) : void
OnVoteChanged ( ) : void
OnVoteChanging ( Nullable value ) : void

Method Details

CreateUserLawVote() public static method

Create a new UserLawVote object.
public static CreateUserLawVote ( global userLawVoteId ) : UserLawVote
userLawVoteId global Initial value of the UserLawVoteId property.
return UserLawVote