public bool IsValid()

in Webapp/SDAF/Models/SystemModel.cs [12:20]


        public bool IsValid()
        {
            return
                environment != null &&
                location != null &&
                network_logical_name != null &&
                sid != null
                ;
        }