示例#1
0
        }         // HasBucket

        public static bool HasEquifaxData(this Reply reply)
        {
            return(reply.Exists() && (reply.Equifax != null) && !string.IsNullOrWhiteSpace(reply.Equifax.RawResponse));
        }         // EquifaxData
示例#2
0
        }         // EquifaxData

        public static bool HasEtl(this Reply reply)
        {
            return(reply.Exists() && (reply.Etl != null));
        } // HasEtl
示例#3
0
        }         // Exists

        public static bool HasInference(this Reply reply)
        {
            return(reply.Exists() && (reply.Inference != null));
        }         // HasInference