C# 클래스 Microsoft.Legal.MatterCenter.ValidationFunctions

상속: IValidationFunctions
파일 보기 프로젝트 열기: Microsoft/mattercenter

공개 메소드들

메소드 설명
GenericResponse ( string code, string value ) : GenericResponseVM
IsMatterValid ( MatterInformationVM matterInformation, int methodNumber, MatterConfigurations matterConfigurations ) : GenericResponseVM
ValidationFunctions ( ISPList spList, IOptions matterSettings, IOptions errorSettings, IMatterRepository matterRespository, IOptions listNames, IOptions camlQueries ) : Microsoft.Extensions.OptionsModel

비공개 메소드들

메소드 설명
CheckListExists ( Client client, string matterName, MatterConfigurations matterConfigurations = null ) : bool

Checks if the lists exist

CheckUserPermission ( Matter matter ) : GenericResponseVM

Validates the permissions assigned to the users.

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).

MatterNameValidation ( Matter matter ) : GenericResponseVM

Validates the matter name.

RoleCheck ( Matter matter ) : GenericResponseVM

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

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.

메소드 상세

GenericResponse() 공개 메소드

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

IsMatterValid() 공개 메소드

public IsMatterValid ( MatterInformationVM matterInformation, int methodNumber, MatterConfigurations matterConfigurations ) : GenericResponseVM
matterInformation Microsoft.Legal.MatterCenter.Models.MatterInformationVM
methodNumber int
matterConfigurations Microsoft.Legal.MatterCenter.Models.MatterConfigurations
리턴 Microsoft.Legal.MatterCenter.Models.GenericResponseVM

ValidationFunctions() 공개 메소드

public ValidationFunctions ( 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
리턴 Microsoft.Extensions.OptionsModel