Property | Type | Description |
---|
Method | Description | |
---|---|---|
CopyAsync ( ) : Task |
||
ExpandView ( _context = null, IDbContextTransaction _transaction = null ) : void | ||
GetDefault ( MixEnums.EnumTemplateFolder folderType, string specificulture ) : |
||
GetTemplateByPath ( string path, string specificulture, MixEnums.EnumTemplateFolder folderType, _context = null, IDbContextTransaction _transaction = null ) : |
||
GetTemplateByPath ( string path, string culture, _context = null, IDbContextTransaction _transaction = null ) : RepositoryResponse |
||
ImportViewModel ( ) : Microsoft.EntityFrameworkCore.Storage | ||
ImportViewModel ( model, _context = null, IDbContextTransaction _transaction = null ) : Microsoft.EntityFrameworkCore.Storage | ||
ParseModel ( _context = null, IDbContextTransaction _transaction = null ) : MixTemplate | ||
RemoveModel ( bool isRemoveRelatedModels = false, _context = null, IDbContextTransaction _transaction = null ) : RepositoryResponse |
||
RemoveModelAsync ( bool isRemoveRelatedModels = false, _context = null, IDbContextTransaction _transaction = null ) : Task |
||
SaveModelAsync ( bool isSaveSubModels = false, _context = null, IDbContextTransaction _transaction = null ) : Task |
||
SaveSubModels ( parent, _context = null, IDbContextTransaction _transaction = null ) : RepositoryResponse |
||
SaveSubModelsAsync ( parent, _context = null, IDbContextTransaction _transaction = null ) : Task |
||
Validate ( _context, IDbContextTransaction _transaction ) : void |
public ExpandView ( _context = null, IDbContextTransaction _transaction = null ) : void | ||
_transaction | IDbContextTransaction | |
return | void |
public static GetDefault ( MixEnums.EnumTemplateFolder folderType, string specificulture ) : |
||
folderType | MixEnums.EnumTemplateFolder | |
specificulture | string | |
return |
public static GetTemplateByPath ( string path, string specificulture, MixEnums.EnumTemplateFolder folderType, _context = null, IDbContextTransaction _transaction = null ) : |
||
path | string | |
specificulture | string | |
folderType | MixEnums.EnumTemplateFolder | |
_transaction | IDbContextTransaction | |
return |
public static GetTemplateByPath ( string path, string culture, _context = null, IDbContextTransaction _transaction = null ) : RepositoryResponse |
||
path | string | |
culture | string | |
_transaction | IDbContextTransaction | |
return | RepositoryResponse |
public ImportViewModel ( ) : Microsoft.EntityFrameworkCore.Storage | ||
return | Microsoft.EntityFrameworkCore.Storage |
public ImportViewModel ( model, _context = null, IDbContextTransaction _transaction = null ) : Microsoft.EntityFrameworkCore.Storage | ||
_transaction | IDbContextTransaction | |
return | Microsoft.EntityFrameworkCore.Storage |
public ParseModel ( _context = null, IDbContextTransaction _transaction = null ) : MixTemplate | ||
_transaction | IDbContextTransaction | |
return | MixTemplate |
public RemoveModel ( bool isRemoveRelatedModels = false, _context = null, IDbContextTransaction _transaction = null ) : RepositoryResponse |
||
isRemoveRelatedModels | bool | |
_transaction | IDbContextTransaction | |
return | RepositoryResponse |
public RemoveModelAsync ( bool isRemoveRelatedModels = false, _context = null, IDbContextTransaction _transaction = null ) : Task |
||
isRemoveRelatedModels | bool | |
_transaction | IDbContextTransaction | |
return | Task |
public SaveModelAsync ( bool isSaveSubModels = false, _context = null, IDbContextTransaction _transaction = null ) : Task |
||
isSaveSubModels | bool | |
_transaction | IDbContextTransaction | |
return | Task |
public SaveSubModels ( parent, _context = null, IDbContextTransaction _transaction = null ) : RepositoryResponse |
||
_transaction | IDbContextTransaction | |
return | RepositoryResponse |
public SaveSubModelsAsync ( parent, _context = null, IDbContextTransaction _transaction = null ) : Task |
||
_transaction | IDbContextTransaction | |
return | Task |
public Validate ( _context, IDbContextTransaction _transaction ) : void | ||
_transaction | IDbContextTransaction | |
return | void |