C# 클래스 NerdDinner.Entities.Dinners

파일 보기 프로젝트 열기: johnvpetersen/Nerd-Dinner-with-Fluent-NHibernate 1 사용 예제들

공개 메소드들

메소드 설명
GetRuleViolations ( ) : IEnumerable
IsHostedBy ( string userName ) : bool
IsUserRegistered ( string userName ) : bool

메소드 상세

GetRuleViolations() 공개 메소드

public GetRuleViolations ( ) : IEnumerable
리턴 IEnumerable

IsHostedBy() 공개 메소드

public IsHostedBy ( string userName ) : bool
userName string
리턴 bool

IsUserRegistered() 공개 메소드

public IsUserRegistered ( string userName ) : bool
userName string
리턴 bool