C# 클래스 JordanRift.Grassroots.Tests.Fakes.FakeOrganizationRepository

상속: IOrganizationRepository
파일 보기 프로젝트 열기: JordanRift/Grassroots 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Organization organization ) : void
Clear ( ) : void
Delete ( Organization organization ) : void
DeleteSetting ( OrganizationSetting organizationSetting ) : void
Dispose ( ) : void
GetDefaultOrganization ( bool readOnly = true ) : Organization
GetOrganizationByID ( int id ) : Organization
Reset ( ) : void
Save ( ) : void

비공개 메소드들

메소드 설명
AddSettings ( Organization org ) : void
FakeOrganizationRepository ( ) : System.Collections.Generic
SetUp ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( Organization organization ) : void
organization Organization
리턴 void

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( Organization organization ) : void
organization Organization
리턴 void

DeleteSetting() 공개 메소드

public DeleteSetting ( OrganizationSetting organizationSetting ) : void
organizationSetting OrganizationSetting
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetDefaultOrganization() 공개 메소드

public GetDefaultOrganization ( bool readOnly = true ) : Organization
readOnly bool
리턴 Organization

GetOrganizationByID() 공개 메소드

public GetOrganizationByID ( int id ) : Organization
id int
리턴 Organization

Reset() 공개 정적인 메소드

public static Reset ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void