public InnerContentActivation(ISpecification <TypeInfo> collection, IInnerContentActivation activator,
                               IContentMember member)
 {
     _collection = collection;
     _activator  = activator;
     _member     = member;
 }
Exemple #2
0
 public InnerContentServices(IListContentsSpecification specification, IInnerContentActivation activation,
                             IAlteration <IInnerContentHandler> handler, IInnerContentResult results, IMemberHandler member,
                             ICollectionContentsHandler collection, IReaderFormatter formatter)
 {
     _specification = specification;
     _activation    = activation;
     _handler       = handler;
     _results       = results;
     _member        = member;
     _collection    = collection;
     _formatter     = formatter;
 }
 public InnerContentActivation(IInnerContentActivation activator, IContentMember member)
     : this(IsCollectionTypeSpecification.Default, activator, member)
 {
 }
 public InnerContentActivation(IInnerContentActivation activator, IContentMember member)
 {
     _activator = activator;
     _member    = member;
 }