Remotion.Linq.SqlBackend.MappingResolution.GroupAggregateSimplifier.GroupAggregateSimplifier C# (CSharp) Метод

GroupAggregateSimplifier() публичный Метод

public GroupAggregateSimplifier ( IMappingResolutionStage stage, IMappingResolutionContext context ) : System
stage IMappingResolutionStage
context IMappingResolutionContext
Результат System
    public GroupAggregateSimplifier (IMappingResolutionStage stage, IMappingResolutionContext context)
    {
      ArgumentUtility.CheckNotNull ("stage", stage);
      ArgumentUtility.CheckNotNull ("context", context);

      _stage = stage;
      _context = context;
    }