Class PasswordRuleProfileServiceBase
Abstract base class - PasswordRuleProfileServiceBase
Inheritance
System.Object
PasswordRuleProfileServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<PasswordRuleProfileEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public abstract class PasswordRuleProfileServiceBase : EntityService<PasswordRuleProfileEntity>, IPasswordRuleProfileService, IEntityService<PasswordRuleProfileEntity>, IService
Constructors
PasswordRuleProfileServiceBase()
Declaration
protected PasswordRuleProfileServiceBase()
Methods
UnassignPasswordRuleProfile(UnassignPasswordRuleProfileRequest)
Declaration
public virtual UnassignPasswordRuleProfileResponse UnassignPasswordRuleProfile(UnassignPasswordRuleProfileRequest request)
Parameters
Type | Name | Description |
---|---|---|
UnassignPasswordRuleProfileRequest | request |
Returns
Type | Description |
---|---|
UnassignPasswordRuleProfileResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService