C# 클래스 TeamMentor.CoreLib.TM_Xml_Database_ExtensionMethods_XmlDataSources_GuidanceItem

파일 보기 프로젝트 열기: TeamMentor/Master

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

titleMatch() 공개 정적인 메소드

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

xmlBD_resolveDirectMapping() 공개 정적인 메소드

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

xmlBD_resolveMappingToArticleGuid() 공개 정적인 메소드

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