Unlimited.Applications.BusinessDesignStudio.Activities.FindRecordsTO.IsEmpty C# (CSharp) Méthode

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool
        public bool IsEmpty()
        {
            return string.IsNullOrEmpty(SearchType) && string.IsNullOrEmpty(SearchCriteria);
        }