Events.UserPasswordSetEvent.UserPasswordSetEvent C# (CSharp) Method

UserPasswordSetEvent() public method

public UserPasswordSetEvent ( ) : System
return System
        public UserPasswordSetEvent()
            : base(Guid.NewGuid(), Guid.Empty, 1, DateTime.UtcNow)
        {
        }

Same methods

UserPasswordSetEvent::UserPasswordSetEvent ( System.Guid guid, System.Guid guid_2, long p, System.DateTime dateTime ) : System
UserPasswordSetEvent