BExIS.Web.Shell.Areas.DDM.Models.SearchAttributeViewModel.SearchAttributeViewModel C# (CSharp) Method

SearchAttributeViewModel() public method

public SearchAttributeViewModel ( ) : System
return System
        public SearchAttributeViewModel()
        {
            this.store = true;
            this.analysed = true;
            this.norm = true;
            this.boost = 5;
            this.metadataNames = new List<string>();
        }