Example #1
0
        public SimpleData GetData()
        {
            var sd = new SimpleData()
            {
                StringValue = "test string",
                IntValue    = 11,
                BoolValue   = true
            };

            return(sd);
        }
Example #2
0
        public SimpleData GetData()
        {
            var sd = new SimpleData()
            {
                StringValue = "test string",
                IntValue = 11,
                BoolValue = true
            };

            return sd;
        }