C# 클래스 Microsoft.Legal.MatterCenter.Web.Common.EditFunctions

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

공개 메소드들

메소드 설명
CheckSecurityGroupInTeamMembers ( Client client, Matter matter, IList userId ) : GenericResponseVM
EditFunctions ( ISPList spList, IOptions matterSettings, IOptions errorSettings, IMatterRepository matterRespository, IOptions listNames, IOptions camlQueries ) : Microsoft.Extensions.Options
ValidateFullControlPermission ( Matter matter ) : bool

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

메소드 상세

CheckSecurityGroupInTeamMembers() 공개 메소드

public CheckSecurityGroupInTeamMembers ( Client client, Matter matter, IList userId ) : GenericResponseVM
client Microsoft.Legal.MatterCenter.Models.Client
matter Microsoft.Legal.MatterCenter.Models.Matter
userId IList
리턴 Microsoft.Legal.MatterCenter.Models.GenericResponseVM

EditFunctions() 공개 메소드

public EditFunctions ( ISPList spList, IOptions matterSettings, IOptions errorSettings, IMatterRepository matterRespository, IOptions listNames, IOptions camlQueries ) : Microsoft.Extensions.Options
spList ISPList
matterSettings IOptions
errorSettings IOptions
matterRespository IMatterRepository
listNames IOptions
camlQueries IOptions
리턴 Microsoft.Extensions.Options

ValidateFullControlPermission() 공개 메소드

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
리턴 bool