AppActs.Client.Model.User.Clear C# (CSharp) Method

Clear() public method

public Clear ( ) : void
return void
        public void Clear()
        {
            this.Id = ObjectId.Empty;
            this.Guid = Guid.Empty;
            this.Name = null;
            this.Email = null;
            this.Password = null;
            this.Active = false;
        }