CDP4SiteDirectory.ViewModels.DomainOfExpertiseBrowserViewModel.ComputePermission C# (CSharp) Method

ComputePermission() public method

Compute the permission for the commands
public ComputePermission ( ) : void
return void
        public override void ComputePermission()
        {
            base.ComputePermission();
            this.CanCreateDomain = this.PermissionService.CanWrite(ClassKind.DomainOfExpertise, this.Thing);
        }