Beispiel #1
0
 public EntityTypeWrapper(
     EntityTypeAttributeBase attribute,
     IEnumerable <SharedSourceSystemIdentifiersAttribute>
     sharedSourceSystemIdentifiersAttributes)
 {
     this.Attribute = attribute;
     this.SharedSourceSystemIdentifiersAttributes
         = sharedSourceSystemIdentifiersAttributes;
 }
Beispiel #2
0
 public EntityTypeAsset(
     Type entityType,
     EntityTypeAttributeBase attribute,
     ISharedIdentifierSourceSystemsProvider sharedIdentifierSourceSystemsProvider,
     Type sinkType,
     Type cacheFeedType)
 {
     this.EntityType = entityType;
     this.Attribute  = attribute;
     this.sharedIdentifierSourceSystemsProvider
                        = sharedIdentifierSourceSystemsProvider;
     this.SinkType      = sinkType;
     this.CacheFeedType = cacheFeedType;
 }