AppActs.Client.Model.User.Clear C# (CSharp) Метод

Clear() публичный Метод

public Clear ( ) : void
Результат void
        public void Clear()
        {
            this.Id = ObjectId.Empty;
            this.Guid = Guid.Empty;
            this.Name = null;
            this.Email = null;
            this.Password = null;
            this.Active = false;
        }