AppActs.Client.Model.User.Clear C# (CSharp) Méthode

Clear() public méthode

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