C# Class NHibernate3Sample.Entity.Poll

Inheritance: NHibernate3Sample.Entity.Contract.EntityBase, IPoll
Afficher le fichier Open project: thangchung/NHibernate3Sample Class Usage Examples

Méthodes publiques

Méthode Description
AssignNews ( INews news ) : void
AssignUser ( IUser user ) : void
Poll ( ) : System

Method Details

AssignNews() public méthode

public AssignNews ( INews news ) : void
news INews
Résultat void

AssignUser() public méthode

public AssignUser ( IUser user ) : void
user IUser
Résultat void

Poll() public méthode

public Poll ( ) : System
Résultat System