Adf.Core.Binding.BindManager.Persist C# (CSharp) Method

Persist() public static method

Persists the specified DomainObject to the control provided.
public static Persist ( object bindableObject, object control ) : void
bindableObject object The object to persist.
control object The control where the object will be persisted.
return void
        public static void Persist(object bindableObject, object control, params object[] p)
        {
            PlatformBinder.Persist(bindableObject, control, p);
        }