SIL.FieldWorks.XWorks.InterestingTextList.SetScriptureTextsInPropertyTable C# (CSharp) 메소드

SetScriptureTextsInPropertyTable() 공개 정적인 메소드

Store in the property table what needs to be there so that we will use the specified set of scripture texts as 'interesting'.
public static SetScriptureTextsInPropertyTable ( PropertyTable propertyTable, IEnumerable texts ) : void
propertyTable XCore.PropertyTable
texts IEnumerable
리턴 void
		public static void SetScriptureTextsInPropertyTable(PropertyTable propertyTable, IEnumerable<IStText> texts)
		{
			propertyTable.SetProperty(PersistPropertyName, MakeIdList(texts.Cast<ICmObject>()));
		}