Package com._1c.g5.v8.dt.bsl.compare
Interface IBslModuleNodeContentProvider
- 
 public interface IBslModuleNodeContentProviderThe Bsl module node content provider.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContent(ComparisonNode node, ComparisonSide side)Returns the Bsl module node content on the specified side.
 
- 
- 
- 
Method Detail- 
getContentString getContent(ComparisonNode node, ComparisonSide side) Returns the Bsl module node content on the specified side.- Parameters:
- node- the Bsl module node to get content for, cannot be- null
- side- the comparison side to get content on, cannot be- null
- Returns:
- the Bsl module node content, may be null
 
 
- 
 
-