Ejemplo n.º 1
0
        }         // HasBucket

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

        public static bool HasEtl(this Reply reply)
        {
            return(reply.Exists() && (reply.Etl != null));
        } // HasEtl
Ejemplo n.º 3
0
        }         // Exists

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