Méthode | Description | |
---|---|---|
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 |
Méthode | Description | |
---|---|---|
NotifyPropertyChanged ( string propertyName ) : void |
Méthode | Description | |
---|---|---|
AddNotificationCommand ( object item ) : void | ||
FunctionName ( ) : ReturnType, |
public AddNotification ( Notification, notificationToAdd ) : void | ||
notificationToAdd | Notification, | |
Résultat | void |
public AddResource ( ResourceType, resourceType, object resource ) : void | ||
resourceType | ResourceType, | |
resource | object | |
Résultat | void |
public CreateResource ( ResourceType, resourceType ) : object | ||
resourceType | ResourceType, | |
Résultat | object |
public DeleteResource ( object resource ) : void | ||
resource | object | |
Résultat | void |
public GetQueryable ( ResourceSet, set ) : IQueryable, | ||
set | ResourceSet, | |
Résultat | IQueryable, |
public MyDataContext ( DbContextOptions options ) | ||
options | DbContextOptions |
protected NotifyPropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
Résultat | void |