C# Class FT.Data.UserLawVote

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: friism/folketsting Class Usage Examples

Private Properties

Свойство Type Description
OnDateChanged void
OnDateChanging void
OnLawVoteIdChanged void
OnLawVoteIdChanging void
OnUserIdChanged void
OnUserIdChanging void
OnUserLawVoteIdChanged void
OnUserLawVoteIdChanging void
OnVoteChanged void
OnVoteChanging void

Méthodes publiques

Méthode Description
CreateUserLawVote ( global userLawVoteId ) : UserLawVote

Create a new UserLawVote object.

Private Methods

Méthode 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 méthode

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