Kadr.Data.Post.Post C# (CSharp) Method

Post() public method

public Post ( ) : System.Data.Linq
return System.Data.Linq
		public Post()
		{
			this._PlanStaffs = new EntitySet<PlanStaff>(new Action<PlanStaff>(this.attach_PlanStaffs), new Action<PlanStaff>(this.detach_PlanStaffs));
			this._GlobalPrikaz = default(EntityRef<GlobalPrikaz>);
			this._PKCategory = default(EntityRef<PKCategory>);
			OnCreated();
		}