예제 #1
0
 public void FromToken_UnitTest()
 {
     Newtonsoft.Json.Linq.JToken content = default(Newtonsoft.Json.Linq.JToken);
     DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonLinkAttributes _retVal = default(DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonLinkAttributes);
     ExecuteMethod(
         () =>
     {
         return((DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonLinkAttributes)GetInstance());
     },
         (instance) =>
     {
         content = default(Newtonsoft.Json.Linq.JToken); //No Constructor
         FromToken_PreCondition(ref instance, ref content);
     },
         (instance) =>
     {
         _retVal = DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonLinkAttributes.FromToken(content);
     },
         (instance) =>
     {
         FromToken_PostValidate(instance, content, _retVal);
     });
 }
예제 #2
0
 partial void ToJSonString_PostValidate(DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonLinkAttributes instance, System.String _retVal);
예제 #3
0
 partial void ToJSonString_PreCondition(ref DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonLinkAttributes instance);
예제 #4
0
 partial void CaptureJson_PostValidate(DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonLinkAttributes instance, Newtonsoft.Json.Linq.JToken token);
예제 #5
0
 partial void CaptureJson_PreCondition(ref DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonLinkAttributes instance, ref Newtonsoft.Json.Linq.JToken token);
예제 #6
0
 partial void FromToken_PostValidate(DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonLinkAttributes instance, Newtonsoft.Json.Linq.JToken content, DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonLinkAttributes _retVal);
예제 #7
0
 partial void JsonValue_SetCondition(ref DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonLinkAttributes instance, ref Newtonsoft.Json.Linq.JToken setValue);
예제 #8
0
 partial void FromToken_PreCondition(ref DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonLinkAttributes instance, ref Newtonsoft.Json.Linq.JToken content);
예제 #9
0
 partial void GetType_PostValidate(DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonLinkAttributes instance, System.Type _retVal);
예제 #10
0
 partial void GetHashCode_PreCondition(ref DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonLinkAttributes instance);
예제 #11
0
 partial void Equals_PostValidate(DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonLinkAttributes instance, System.Object obj, System.Boolean _retVal);
예제 #12
0
 partial void Equals_PreCondition(ref DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonLinkAttributes instance, ref System.Object obj);
예제 #13
0
 static partial void InstanceFactory(ref DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonLinkAttributes instance, [CallerMemberName] string callerName = "");