X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=internals%2Fsrc%2FEflSharp%2FEflSharp%2Fefl%2Fefl_ui_factory_bind.eo.cs;h=80a0f947b3c141080943340248b724f5c77eefbc;hb=5418695f94c5065494f5f7d74d1506e7a5267c06;hp=ac4beae14571347f912c7d2158ee1be4a9a53972;hpb=0b6fcb1c983e8bfd9aa8b8d83432646951c687ce;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/internals/src/EflSharp/EflSharp/efl/efl_ui_factory_bind.eo.cs b/internals/src/EflSharp/EflSharp/efl/efl_ui_factory_bind.eo.cs old mode 100644 new mode 100755 index ac4beae..80a0f94 --- a/internals/src/EflSharp/EflSharp/efl/efl_ui_factory_bind.eo.cs +++ b/internals/src/EflSharp/EflSharp/efl/efl_ui_factory_bind.eo.cs @@ -1,3 +1,4 @@ +#define EFL_BETA #pragma warning disable CS1591 using System; using System.Runtime.InteropServices; @@ -10,6 +11,7 @@ namespace Efl { namespace Ui { /// Efl UI Property interface. view object can have and need to set cotent with those model stored data. the interface can help binding the factory to create object with model property data. see see +/// This is a BETA class. It can be modified or removed in the future. Do not use it for product development. [Efl.Ui.IFactoryBindConcrete.NativeMethods] [Efl.Eo.BindingEntity] public interface IFactoryBind : @@ -21,12 +23,13 @@ public interface IFactoryBind : void FactoryBind(System.String key, Efl.Ui.IFactory factory); } /// Efl UI Property interface. view object can have and need to set cotent with those model stored data. the interface can help binding the factory to create object with model property data. see see -sealed public class IFactoryBindConcrete : +/// This is a BETA class. It can be modified or removed in the future. Do not use it for product development. +sealed public class IFactoryBindConcrete : Efl.Eo.EoWrapper , IFactoryBind { - ///Pointer to the native class description. + /// Pointer to the native class description. public override System.IntPtr NativeClass { get @@ -42,7 +45,8 @@ sealed public class IFactoryBindConcrete : } } - /// Constructor to be used when objects are expected to be constructed from native code. + /// Subclasses should override this constructor if they are expected to be instantiated from native code. + /// Do not call this constructor directly. /// Tag struct storing the native handle of the object being constructed. private IFactoryBindConcrete(ConstructingHandle ch) : base(ch) { @@ -144,3 +148,9 @@ sealed public class IFactoryBindConcrete : } +#if EFL_BETA +#pragma warning disable CS1591 +public static class Efl_UiIFactoryBindConcrete_ExtensionMethods { +} +#pragma warning restore CS1591 +#endif