Glass.Mapper.Sc.Configuration.SitecoreQueryConfiguration.Copy C# (CSharp) Method

Copy() protected method

protected Copy ( AbstractPropertyConfiguration copy ) : void
copy Glass.Mapper.Configuration.AbstractPropertyConfiguration
return void
        protected override void Copy(AbstractPropertyConfiguration copy)
        {
            var config = copy as SitecoreQueryConfiguration;
            config.UseQueryContext = UseQueryContext;
            base.Copy(copy);
        }
SitecoreQueryConfiguration