Exemplo n.º 1
0
        public static global::Improbable.Gdk.Tests.TypeName ToSpatial(global::Generated.Improbable.Gdk.Tests.TypeName nativeType)
        {
            var spatialType = new global::Improbable.Gdk.Tests.TypeName();

            spatialType.otherType = global::Generated.Improbable.Gdk.Tests.TypeName.Other.ToSpatial(nativeType.OtherType);
            return(spatialType);
        }
Exemplo n.º 2
0
        public static TypeName ToNative(global::Improbable.Gdk.Tests.TypeName spatialType)
        {
            var nativeType = new TypeName();

            nativeType.OtherType = global::Generated.Improbable.Gdk.Tests.TypeName.Other.ToNative(spatialType.otherType);
            return(nativeType);
        }
Exemplo n.º 3
0
 public Update SetNestedType(global::Improbable.Gdk.Tests.TypeName _value)
 {
     nestedType.Set(_value);
     return(this);
 }
Exemplo n.º 4
0
 public Data(global::Improbable.Gdk.Tests.TypeName nestedType)
 {
     Value = new global::Improbable.Gdk.Tests.NestedComponentData(nestedType);
 }
Exemplo n.º 5
0
 public NestedComponentData(global::Improbable.Gdk.Tests.TypeName nestedType)
 {
     this.nestedType = nestedType;
 }