C# Class TeamMentor.CoreLib.TM_Xml_Database_ExtensionMethods_XmlDataSources_GuidanceItem

Show file Open project: TeamMentor/Master

Public Methods

Method Description
titleMatch ( TeamMentor_Article article, string title1, string title2 ) : bool
xmlBD_resolveDirectMapping ( this tmDatabase, string mapping ) : System.Guid
xmlBD_resolveMappingToArticleGuid ( this tmDatabase, string mapping ) : System.Guid

Private Methods

Method Description
xmlDB_Create_Article ( this tmDatabase, TeamMentor_Article article ) : System.Guid
xmlDB_Delete_GuidanceItem ( this tmDatabase, System.Guid articleId ) : bool
xmlDB_Delete_GuidanceItems ( this tmDatabase, List guidanceItemIds ) : bool
xmlDB_NewGuidanceItem ( this tmDatabase, System.Guid guidanceItemId, string title, string images, string topic, string technology, string category, string ruleType, string priority, string status, string author, string phase, string htmlContent, System.Guid libraryId ) : TeamMentor_Article
xmlDB_RandomGuidanceItem ( this tmDatabase ) : TeamMentor_Article
xmlDB_RandomGuidanceItem ( this tmDatabase, System.Guid libraryId ) : TeamMentor_Article
xmlDB_Save_Article ( this article, System.Guid libraryId, TM_Xml_Database tmDatabase ) : bool
xmlDB_Save_Article ( this article, TM_Xml_Database tmDatabase ) : bool

Method Details

titleMatch() public static method

public static titleMatch ( TeamMentor_Article article, string title1, string title2 ) : bool
article TeamMentor_Article
title1 string
title2 string
return bool

xmlBD_resolveDirectMapping() public static method

public static xmlBD_resolveDirectMapping ( this tmDatabase, string mapping ) : System.Guid
tmDatabase this
mapping string
return System.Guid

xmlBD_resolveMappingToArticleGuid() public static method

public static xmlBD_resolveMappingToArticleGuid ( this tmDatabase, string mapping ) : System.Guid
tmDatabase this
mapping string
return System.Guid