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

Team() public method

public Team ( ) : System.Data.Linq
return System.Data.Linq
		public Team()
		{
			this._Role = default(EntityRef<Role>);
			this._TpUser = default(EntityRef<TpUser>);
			this._Assignable = default(EntityRef<Assignable>);
			OnCreated();
		}