Class MetaFormSync

Represents the Meta class Form synchronization, to add, create primitive for forms and views.

Inheritance
System.Object
MetaFormSync
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.MetaForm
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
Syntax
public class MetaFormSync : IMetaFormSync

Properties

Instance

Creates and returns the singleton instance.

Declaration
public static MetaFormSync Instance { get; }
Property Value
Type Description
MetaFormSync

Methods

Execute(SyncCommand[])

Executes the synchronization process. Loops though all add meta field commands, to add it to the Form and View.

Declaration
public void Execute(SyncCommand[] commands)
Parameters
Type Name Description
SyncCommand[] commands

Meta model synchronization commands.

Implements