Example #1
0
 /// <summary>Setups the value property mapping.</summary>
 protected abstract void SetupValueProperty(ITermPart <IPropertyMap> term);
Example #2
0
 internal CollectionMap(PropertyInfo propertyInfo)
     : base(propertyInfo)
 {
     _term    = new TermPart <CollectionMap>(this);
     _storeAs = new StorageStrategyPart(this);
 }
Example #3
0
 /// <summary>
 /// Setups the entries collection property predicate.
 /// </summary>
 protected abstract void SetupEntriesCollection(ITermPart <ICollectionMap> term);