예제 #1
0
 protected virtual string ProcessDescription(string description)
 {
     return(DemoModelParser.ProcessDescription(description));
 }
예제 #2
0
 protected override string ParseLinks()
 {
     return(DemoModelParser.ParseLinks(Description + PreDescription));
 }
예제 #3
0
 protected virtual string ParseLinks()
 {
     return(DemoModelParser.ParseLinks(Description));
 }
예제 #4
0
 void ParseLinks()
 {
     _links          = DemoModelParser.ParseLinks(_description);
     _linksProcessed = true;
 }