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

Comment() public method

public Comment ( ) : System.Data.Linq
return System.Data.Linq
		public Comment()
		{
			this._Comments = new EntitySet<Comment>(new Action<Comment>(this.attach_Comments), new Action<Comment>(this.detach_Comments));
			this._Comment1 = default(EntityRef<Comment>);
			this._General = default(EntityRef<General>);
			this._TpUser = default(EntityRef<TpUser>);
			OnCreated();
		}