コード例 #1
0
        public void WhithDefaultSessionProperty()
        {
            MappedProperty mp = Factory.getVanillaTestObject();

            UXSessionProperty sessionProperty = Factory.getDefaultSessionPropertyObject();

            mp.DefaultSessionProperty = sessionProperty;

            Assert.IsTrue(mp.IsMapped);
        }
コード例 #2
0
        public static UXSessionProperty getDefaultSessionPropertyObject()
        {
            var toReturn = new UXSessionProperty();

            return(toReturn);
        }