Ejemplo n.º 1
0
/// This constructor sets the values of the fields into the object after checking them for validity.
/// 
/// public MdxSlicer(IMdxParser parser, IMdxFormatter formatter) {
///     this.parser = parser;
///     this.formatter = formatter;
/// }
/// <@throws>
/// ArgumentNullException if any of the arguments is null.
/// </@throws>
/// <param name="parser">
/// The parser instance to parse source queries.
/// </param>
/// <param name="formatter">
/// The formatter instance to format the resulting slicer queries.
/// </param>
public MdxSlicer(IMdxParser parser, IMdxFormatter formatter) {
}
Ejemplo n.º 2
0
/// This constructor sets the values of the fields into the object after checking them for validity.
///
/// public MdxSlicer(IMdxParser parser, IMdxFormatter formatter) {
///     this.parser = parser;
///     this.formatter = formatter;
/// }
/// <@throws>
/// ArgumentNullException if any of the arguments is null.
/// </@throws>
/// <param name="parser">
/// The parser instance to parse source queries.
/// </param>
/// <param name="formatter">
/// The formatter instance to format the resulting slicer queries.
/// </param>
        public MdxSlicer(IMdxParser parser, IMdxFormatter formatter)
        {
        }