Class UnassignPasswordRuleProfileEventArgs
Represents arguments to UnassignPasswordRuleProfileEvent.
Inheritance
System.Object
UnassignPasswordRuleProfileEventArgs
Namespace: Cmc.Nexus.Common.Events
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class UnassignPasswordRuleProfileEventArgs : ServiceEventArgs<UnassignPasswordRuleProfileRequest, UnassignPasswordRuleProfileResponse>
Constructors
UnassignPasswordRuleProfileEventArgs(UnassignPasswordRuleProfileRequest)
Initializes a new instance of the UnassignPasswordRuleProfileEventArgs class.
Declaration
public UnassignPasswordRuleProfileEventArgs(UnassignPasswordRuleProfileRequest request)
Parameters
Type | Name | Description |
---|---|---|
UnassignPasswordRuleProfileRequest | request | The request. |