using System; using System.Collections.Generic; using System.Text; namespace Extf.Net.Data { public partial class Member : IMember { public Member() {} public string Description { get { throw new Exception("The method or operation is not implemented."); } } public string Title { get { throw new Exception("The method or operation is not implemented."); } } } }