111,129
社区成员
发帖
与我相关
我的任务
分享
这个是前提啊。如果是UI层的代码,比如:
#region UI Event Handler
...
#endregion
#region UI Input Check Method
...
#endregion
#region Logic Method
...
#endregion
#region Private Method
...
#endregion/// <summary>
/// Determimes if a metadata exists in the database.
/// </summary>
/// <param name="resList"> the id of the resource to get metadata</param>
/// <param name="properties">The list of the desired properties.</param>
/// <returns>request with a list of Triples</returns>