Tp.LegacyProfileConvertsion.Common.Workflow.Workflow C# (CSharp) 메소드

Workflow() 공개 메소드

public Workflow ( ) : System.Data.Linq
리턴 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();
		}