10.07.2015 Views

pdf - 395 K - Ecole des mines de Nantes

pdf - 395 K - Ecole des mines de Nantes

pdf - 395 K - Ecole des mines de Nantes

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

}}/// public ILink GetLinkTo(ResourceId resource){ILink[] links = GetLinks();foreach (ILink link in links){if (link.Destination.Resource.Equals(resource))return link;}return null;}/// /// See INo<strong>de</strong>./// /// /// public bool HasLinkTo(ResourceId resource){return GetLinkTo(resource) != null;}public overri<strong>de</strong> bool Equals(object obj){if (!(obj is UPNo<strong>de</strong>)) return false;UPNo<strong>de</strong> peer = (UPNo<strong>de</strong>) obj;return this._i<strong>de</strong>ntifier.Equals(peer._i<strong>de</strong>ntifier);}public overri<strong>de</strong> int GetHashCo<strong>de</strong>(){return _i<strong>de</strong>ntifier.GetHashCo<strong>de</strong>();}26. Class Architecture.Profiles.UPLinkusing System;using System.Data;using System.Data.SqlClient;using System.Diagnostics;namespace Architecture.Profiles{/// /// Link for User Profile./// public class UPLink : ILink{// Tablepublic static readonly string TABLE_NAME = "UPLink";private static DataTable table;// SqlDataAdapterprivate static SqlDataAdapter adapter;// Column namesinternal static readonly string ID = "i<strong>de</strong>ntifier";internal static readonly string ORIGIN = "originNo<strong>de</strong>";internal static readonly string DESTINATION ="<strong><strong>de</strong>s</strong>tinationNo<strong>de</strong>";MSc EMOOSE Thesis – http://www.emn.fr/EMOOSE 120

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!