C# 클래스 FootlooseFS.DataPersistence.FootlooseFSSqlUnitOfWork

상속: IFootlooseFSUnitOfWork, IDisposable
파일 보기 프로젝트 열기: pcarrasco23/FootlooseFinancialServices 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_accountTransactions SqlRepository
_accounts SqlRepository
_addresses SqlRepository
_dbContext FootlooseFSSQLLocalDBContext
_memberProfiles SqlRepository
_members SqlRepository
_personAccounts SqlRepository
_personAddressAssns SqlRepository
_personLogins SqlRepository
_persons PersonRepository
_phones SqlRepository

공개 메소드들

메소드 설명
Commit ( ) : void
Dispose ( ) : void
FootlooseFSSqlUnitOfWork ( ) : System

메소드 상세

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FootlooseFSSqlUnitOfWork() 공개 메소드

public FootlooseFSSqlUnitOfWork ( ) : System
리턴 System

프로퍼티 상세

_accountTransactions 보호되어 있는 프로퍼티

protected SqlRepository _accountTransactions
리턴 SqlRepository

_accounts 보호되어 있는 프로퍼티

protected SqlRepository _accounts
리턴 SqlRepository

_addresses 보호되어 있는 프로퍼티

protected SqlRepository
_addresses
리턴 SqlRepository

_dbContext 보호되어 있는 프로퍼티

protected FootlooseFSSQLLocalDBContext _dbContext
리턴 FootlooseFSSQLLocalDBContext

_memberProfiles 보호되어 있는 프로퍼티

protected SqlRepository _memberProfiles
리턴 SqlRepository

_members 보호되어 있는 프로퍼티

protected SqlRepository _members
리턴 SqlRepository

_personAccounts 보호되어 있는 프로퍼티

protected SqlRepository _personAccounts
리턴 SqlRepository

_personAddressAssns 보호되어 있는 프로퍼티

protected SqlRepository _personAddressAssns
리턴 SqlRepository

_personLogins 보호되어 있는 프로퍼티

protected SqlRepository _personLogins
리턴 SqlRepository

_persons 보호되어 있는 프로퍼티

protected PersonRepository _persons
리턴 PersonRepository

_phones 보호되어 있는 프로퍼티

protected SqlRepository _phones
리턴 SqlRepository