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

Clear() public méthode

public Clear ( ) : void
Résultat void
        public void Clear()
        {
            this.Application = null;
            this.CompareToApplications.Clear();
            this.CompareToVersions.Clear();
            this.CompareToPlatforms.Clear();
        }