SaaS CMS has officially launched! Learn more now.

Delegate ControlPropertyDelegate

Represents the method that will handle the property and modify property value.

Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 11.8.3
Syntax
public delegate void ControlPropertyDelegate(MetaObjectProperty property);
Parameters
Type Name Description
MetaObjectProperty property

Constructors

ControlPropertyDelegate(Object, IntPtr)

Declaration
public ControlPropertyDelegate(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(MetaObjectProperty, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(MetaObjectProperty property, AsyncCallback callback, object object)
Parameters
Type Name Description
MetaObjectProperty property
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result

Invoke(MetaObjectProperty)

Declaration
public virtual void Invoke(MetaObjectProperty property)
Parameters
Type Name Description
MetaObjectProperty property