C# 클래스 MyDataContext, code

파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
AddNotification ( Notification, notificationToAdd ) : void
AddResource ( ResourceType, resourceType, object resource ) : void
CreateResource ( ResourceType, resourceType ) : object
DeleteResource ( object resource ) : void
GetQueryable ( ResourceSet, set ) : IQueryable,
MyDataContext ( DbContextOptions options )
SaveChanges ( ) : void

보호된 메소드들

메소드 설명
NotifyPropertyChanged ( string propertyName ) : void

비공개 메소드들

메소드 설명
AddNotificationCommand ( object item ) : void
FunctionName ( ) : ReturnType,

메소드 상세

AddNotification() 공개 메소드

public AddNotification ( Notification, notificationToAdd ) : void
notificationToAdd Notification,
리턴 void

AddResource() 공개 메소드

public AddResource ( ResourceType, resourceType, object resource ) : void
resourceType ResourceType,
resource object
리턴 void

CreateResource() 공개 메소드

public CreateResource ( ResourceType, resourceType ) : object
resourceType ResourceType,
리턴 object

DeleteResource() 공개 메소드

public DeleteResource ( object resource ) : void
resource object
리턴 void

GetQueryable() 공개 메소드

public GetQueryable ( ResourceSet, set ) : IQueryable,
set ResourceSet,
리턴 IQueryable,

MyDataContext() 공개 메소드

public MyDataContext ( DbContextOptions options )
options DbContextOptions

NotifyPropertyChanged() 보호된 메소드

protected NotifyPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

SaveChanges() 공개 메소드

public SaveChanges ( ) : void
리턴 void