Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
NHibernate3Sample
Entity
News
C# Class NHibernate3Sample.Entity.News
Inheritance:
NHibernate3Sample.Entity.Contract.EntityBase
,
INews
Show file
Open project: thangchung/NHibernate3Sample
Class Usage Examples
Public Methods
Method
Description
AssignCategory
(
ICategory
cat
) :
void
AssignPoll
(
IPoll
poll
) :
void
Method Details
AssignCategory()
public
method
public
AssignCategory
(
ICategory
cat
) :
void
cat
ICategory
return
void
AssignPoll()
public
method
public
AssignPoll
(
IPoll
poll
) :
void
poll
IPoll
return
void