C# Class Microsoft.Legal.MatterCenter.Service.EditFunctions

Inheritance: IEditFunctions
Afficher le fichier Open project: Microsoft/mattercenter

Méthodes publiques

Méthode Description
CheckSecurityGroupInTeamMembers ( Client client, Matter matter, IList userId ) : GenericResponseVM
EditFunctions ( ISPList spList, IOptions matterSettings, IOptions errorSettings, IMatterRepository matterRespository, IOptions listNames, IOptions camlQueries ) : Microsoft.Extensions.OptionsModel
ValidateFullControlPermission ( Matter matter ) : bool

Validates if there is at-least one user with full control in assign list.

Method Details

CheckSecurityGroupInTeamMembers() public méthode

public CheckSecurityGroupInTeamMembers ( Client client, Matter matter, IList userId ) : GenericResponseVM
client Microsoft.Legal.MatterCenter.Models.Client
matter Microsoft.Legal.MatterCenter.Models.Matter
userId IList
Résultat Microsoft.Legal.MatterCenter.Models.GenericResponseVM

EditFunctions() public méthode

public EditFunctions ( ISPList spList, IOptions matterSettings, IOptions errorSettings, IMatterRepository matterRespository, IOptions listNames, IOptions camlQueries ) : Microsoft.Extensions.OptionsModel
spList ISPList
matterSettings IOptions
errorSettings IOptions
matterRespository IMatterRepository
listNames IOptions
camlQueries IOptions
Résultat Microsoft.Extensions.OptionsModel

ValidateFullControlPermission() public méthode

Validates if there is at-least one user with full control in assign list.
public ValidateFullControlPermission ( Matter matter ) : bool
matter Microsoft.Legal.MatterCenter.Models.Matter Matter object
Résultat bool