C# Class Microsoft.Legal.MatterCenter.Web.Common.ValidationFunctions

Inheritance: IValidationFunctions
Datei anzeigen Open project: Microsoft/mattercenter

Public Methods

Method Description
CheckListExists ( Client client, string matterName, MatterConfigurations matterConfigurations = null ) : List

Checks if the lists exist

GenericResponse ( string code, string value ) : GenericResponseVM
IsMatterValid ( MatterInformationVM matterInformation, int methodNumber, MatterConfigurations matterConfigurations ) : GenericResponseVM

Check the matter is valid or not

MatterDetailsValidation ( Matter matter, Client client, int methodNumber, MatterConfigurations matterConfigurations ) : GenericResponseVM

Validates details of a matter and returns the validation status.

MatterMetadataValidation ( Matter matter, Client client, int methodNumber, MatterConfigurations matterConfigurations ) : GenericResponseVM

Validates meta-data of a matter and returns the validation status (success/failure).

RoleCheck ( Matter matter ) : GenericResponseVM

Validates the roles for the matter and returns the validation status.

ValidationFunctions ( ISPList spList, IOptions matterSettings, IOptions errorSettings, IMatterRepository matterRespository, IOptions listNames, IOptions camlQueries, IOptions generalSettings, IOptions taxonomySettings ) : Microsoft.Extensions.Options

Do validation stuff

Private Methods

Method Description
CheckUserPermission ( Matter matter ) : GenericResponseVM

Validates the permissions assigned to the users.

MatterNameValidation ( Matter matter ) : GenericResponseVM

Validates the matter name.

ValidateClientInformation ( Client client, int methodNumber ) : GenericResponseVM

Function to validate client information

ValidateContentType ( Matter matter ) : GenericResponseVM

Validates content type for the matter.

ValidateFullControlPermission ( Matter matter ) : bool

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

Method Details

CheckListExists() public method

Checks if the lists exist
public CheckListExists ( Client client, string matterName, MatterConfigurations matterConfigurations = null ) : List
client Microsoft.Legal.MatterCenter.Models.Client
matterName string
matterConfigurations Microsoft.Legal.MatterCenter.Models.MatterConfigurations
return List

GenericResponse() public method

public GenericResponse ( string code, string value ) : GenericResponseVM
code string
value string
return Microsoft.Legal.MatterCenter.Models.GenericResponseVM

IsMatterValid() public method

Check the matter is valid or not
public IsMatterValid ( MatterInformationVM matterInformation, int methodNumber, MatterConfigurations matterConfigurations ) : GenericResponseVM
matterInformation Microsoft.Legal.MatterCenter.Models.MatterInformationVM
methodNumber int
matterConfigurations Microsoft.Legal.MatterCenter.Models.MatterConfigurations
return Microsoft.Legal.MatterCenter.Models.GenericResponseVM

MatterDetailsValidation() public method

Validates details of a matter and returns the validation status.
public MatterDetailsValidation ( Matter matter, Client client, int methodNumber, MatterConfigurations matterConfigurations ) : GenericResponseVM
matter Microsoft.Legal.MatterCenter.Models.Matter
client Microsoft.Legal.MatterCenter.Models.Client
methodNumber int
matterConfigurations Microsoft.Legal.MatterCenter.Models.MatterConfigurations
return Microsoft.Legal.MatterCenter.Models.GenericResponseVM

MatterMetadataValidation() public method

Validates meta-data of a matter and returns the validation status (success/failure).
public MatterMetadataValidation ( Matter matter, Client client, int methodNumber, MatterConfigurations matterConfigurations ) : GenericResponseVM
matter Microsoft.Legal.MatterCenter.Models.Matter
client Microsoft.Legal.MatterCenter.Models.Client
methodNumber int
matterConfigurations Microsoft.Legal.MatterCenter.Models.MatterConfigurations
return Microsoft.Legal.MatterCenter.Models.GenericResponseVM

RoleCheck() public method

Validates the roles for the matter and returns the validation status.
public RoleCheck ( Matter matter ) : GenericResponseVM
matter Microsoft.Legal.MatterCenter.Models.Matter
return Microsoft.Legal.MatterCenter.Models.GenericResponseVM

ValidationFunctions() public method

Do validation stuff
public ValidationFunctions ( ISPList spList, IOptions matterSettings, IOptions errorSettings, IMatterRepository matterRespository, IOptions listNames, IOptions camlQueries, IOptions generalSettings, IOptions taxonomySettings ) : Microsoft.Extensions.Options
spList ISPList
matterSettings IOptions
errorSettings IOptions
matterRespository IMatterRepository
listNames IOptions
camlQueries IOptions
generalSettings IOptions
taxonomySettings IOptions
return Microsoft.Extensions.Options