SIL.FieldWorks.XWorks.InterestingTextList.InterestingTextList C# (CSharp) Method

InterestingTextList() public method

public InterestingTextList ( PropertyTable propertyTable, ITextRepository repo, IStTextRepository stTextRepo ) : System
propertyTable XCore.PropertyTable
repo ITextRepository
stTextRepo IStTextRepository
return System
		public InterestingTextList(PropertyTable propertyTable, ITextRepository repo, IStTextRepository stTextRepo)
			: this(propertyTable, repo, stTextRepo, true)
		{
		}

Same methods

InterestingTextList::InterestingTextList ( PropertyTable propertyTable, ITextRepository repo, IStTextRepository stTextRepo, bool includeScripture ) : System