@@ -19,7 +19,7 @@ public interface ILcmContentGenerator
1919 IFragment GenerateAudioLinkContent ( ConfigurableDictionaryNode config , ConfiguredLcmGenerator . GeneratorSettings settings , string classname , string srcAttribute , string caption , string safeAudioId ) ;
2020 IFragment WriteProcessedObject ( List < ConfigurableDictionaryNode > nodeList , bool isBlock , IFragment elementContent , string className ) ;
2121 IFragment WriteProcessedCollection ( List < ConfigurableDictionaryNode > nodeList , bool isBlock , IFragment elementContent , string className ) ;
22- IFragment GenerateGramInfoBeforeSensesContent ( IFragment content , List < ConfigurableDictionaryNode > nodeList ) ;
22+ IFragment GenerateGramInfoBeforeSensesContent ( IFragment content , List < ConfigurableDictionaryNode > nodeList , ConfiguredLcmGenerator . GeneratorSettings settings ) ;
2323 IFragment GenerateGroupingNode ( List < ConfigurableDictionaryNode > nodeList , object field , string className ,
2424 DictionaryPublicationDecorator publicationDecorator , ConfiguredLcmGenerator . GeneratorSettings settings ,
2525 Func < object , List < ConfigurableDictionaryNode > , DictionaryPublicationDecorator , ConfiguredLcmGenerator . GeneratorSettings , IFragment > childContentGenerator ) ;
@@ -53,14 +53,14 @@ IFragment GenerateGroupingNode(List<ConfigurableDictionaryNode> nodeList, object
5353 void AddEntryData ( IFragmentWriter writer , List < ConfiguredLcmGenerator . ConfigFragment > pieces ) ;
5454 void EndEntry ( IFragmentWriter writer ) ;
5555 void AddCollection ( IFragmentWriter writer , List < ConfigurableDictionaryNode > nodeList , ConfiguredLcmGenerator . GeneratorSettings settings , bool isBlockProperty , string className , IFragment content ) ;
56- void BeginObjectProperty ( IFragmentWriter writer , ConfigurableDictionaryNode config , bool isBlockProperty , string getCollectionItemClassAttribute ) ;
56+ void BeginObjectProperty ( IFragmentWriter writer , ConfigurableDictionaryNode config , ConfiguredLcmGenerator . GeneratorSettings settings , bool isBlockProperty , string getCollectionItemClassAttribute ) ;
5757 void EndObject ( IFragmentWriter writer ) ;
5858 void WriteProcessedContents ( IFragmentWriter writer , ConfigurableDictionaryNode config , IFragment contents ) ;
5959 IFragment AddImage ( ConfigurableDictionaryNode config , ConfiguredLcmGenerator . GeneratorSettings settings , string classAttribute , string srcAttribute , string pictureGuid ) ;
6060 IFragment AddImageCaption ( ConfigurableDictionaryNode config , IFragment captionContent ) ;
6161 IFragment GenerateSenseNumber ( List < ConfigurableDictionaryNode > nodeList , ConfiguredLcmGenerator . GeneratorSettings settings , string formattedSenseNumber , string senseNumberWs ) ;
6262 IFragment AddLexReferences ( List < ConfigurableDictionaryNode > nodeList , bool generateLexType , IFragment lexTypeContent , string className , IFragment referencesContent , bool typeBefore ) ;
63- void BeginCrossReference ( IFragmentWriter writer , ConfigurableDictionaryNode config , bool isBlockProperty , string className ) ;
63+ void BeginCrossReference ( IFragmentWriter writer , ConfigurableDictionaryNode config , ConfiguredLcmGenerator . GeneratorSettings settings , bool isBlockProperty , string className ) ;
6464 void EndCrossReference ( IFragmentWriter writer ) ;
6565 void BetweenCrossReferenceType ( IFragment content , List < ConfigurableDictionaryNode > nodeList , bool firstItem ) ;
6666 IFragment WriteProcessedSenses ( List < ConfigurableDictionaryNode > nodeList , bool isBlock , IFragment senseContent , string className , IFragment sharedCollectionInfo ) ;
0 commit comments