Tp.LegacyProfileConvertsion.Common.Workflow.Workflow C# (CSharp) Method

Workflow() public method

public Workflow ( ) : System.Data.Linq
return System.Data.Linq
		public Workflow()
		{
			this._Workflows = new EntitySet<Workflow>(new Action<Workflow>(this.attach_Workflows), new Action<Workflow>(this.detach_Workflows));
			this._EntityStates = new EntitySet<EntityState>(new Action<EntityState>(this.attach_EntityStates), new Action<EntityState>(this.detach_EntityStates));
			this._Workflow1 = default(EntityRef<Workflow>);
			this._Process = default(EntityRef<Process>);
			OnCreated();
		}