Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / Compilation / UserControlCodeDomTreeGenerator.cs / 1 / UserControlCodeDomTreeGenerator.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Compilation { using System; using System.CodeDom; using System.Web.UI; internal class UserControlCodeDomTreeGenerator : TemplateControlCodeDomTreeGenerator { protected UserControlParser _ucParser; UserControlParser Parser { get { return _ucParser; } } internal UserControlCodeDomTreeGenerator(UserControlParser ucParser) : base(ucParser) { _ucParser = ucParser; } /* * Add metadata attributes to the class */ protected override void GenerateClassAttributes() { base.GenerateClassAttributes(); // If the user control has an OutputCache directive, generate // an attribute with the information about it. if (_sourceDataClass != null && Parser.OutputCacheParameters != null) { OutputCacheParameters cacheSettings = Parser.OutputCacheParameters; if (cacheSettings.Duration > 0) { CodeAttributeDeclaration attribDecl = new CodeAttributeDeclaration( "System.Web.UI.PartialCachingAttribute"); CodeAttributeArgument attribArg = new CodeAttributeArgument( new CodePrimitiveExpression(cacheSettings.Duration)); attribDecl.Arguments.Add(attribArg); attribArg = new CodeAttributeArgument(new CodePrimitiveExpression(cacheSettings.VaryByParam)); attribDecl.Arguments.Add(attribArg); attribArg = new CodeAttributeArgument(new CodePrimitiveExpression(cacheSettings.VaryByControl)); attribDecl.Arguments.Add(attribArg); attribArg = new CodeAttributeArgument(new CodePrimitiveExpression(cacheSettings.VaryByCustom)); attribDecl.Arguments.Add(attribArg); attribArg = new CodeAttributeArgument(new CodePrimitiveExpression(cacheSettings.SqlDependency)); attribDecl.Arguments.Add(attribArg); attribArg = new CodeAttributeArgument(new CodePrimitiveExpression(Parser.FSharedPartialCaching)); attribDecl.Arguments.Add(attribArg); _sourceDataClass.CustomAttributes.Add(attribDecl); } } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Compilation { using System; using System.CodeDom; using System.Web.UI; internal class UserControlCodeDomTreeGenerator : TemplateControlCodeDomTreeGenerator { protected UserControlParser _ucParser; UserControlParser Parser { get { return _ucParser; } } internal UserControlCodeDomTreeGenerator(UserControlParser ucParser) : base(ucParser) { _ucParser = ucParser; } /* * Add metadata attributes to the class */ protected override void GenerateClassAttributes() { base.GenerateClassAttributes(); // If the user control has an OutputCache directive, generate // an attribute with the information about it. if (_sourceDataClass != null && Parser.OutputCacheParameters != null) { OutputCacheParameters cacheSettings = Parser.OutputCacheParameters; if (cacheSettings.Duration > 0) { CodeAttributeDeclaration attribDecl = new CodeAttributeDeclaration( "System.Web.UI.PartialCachingAttribute"); CodeAttributeArgument attribArg = new CodeAttributeArgument( new CodePrimitiveExpression(cacheSettings.Duration)); attribDecl.Arguments.Add(attribArg); attribArg = new CodeAttributeArgument(new CodePrimitiveExpression(cacheSettings.VaryByParam)); attribDecl.Arguments.Add(attribArg); attribArg = new CodeAttributeArgument(new CodePrimitiveExpression(cacheSettings.VaryByControl)); attribDecl.Arguments.Add(attribArg); attribArg = new CodeAttributeArgument(new CodePrimitiveExpression(cacheSettings.VaryByCustom)); attribDecl.Arguments.Add(attribArg); attribArg = new CodeAttributeArgument(new CodePrimitiveExpression(cacheSettings.SqlDependency)); attribDecl.Arguments.Add(attribArg); attribArg = new CodeAttributeArgument(new CodePrimitiveExpression(Parser.FSharedPartialCaching)); attribDecl.Arguments.Add(attribArg); _sourceDataClass.CustomAttributes.Add(attribDecl); } } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ListBox.cs
- PropertyGrid.cs
- HtmlInputFile.cs
- CalendarItem.cs
- WsdlInspector.cs
- PowerModeChangedEventArgs.cs
- HtmlInputImage.cs
- DocumentOutline.cs
- Comparer.cs
- XPathDescendantIterator.cs
- XPathEmptyIterator.cs
- JavaScriptObjectDeserializer.cs
- SystemIPv4InterfaceProperties.cs
- X509CertificateValidator.cs
- DataStreamFromComStream.cs
- SessionPageStatePersister.cs
- DataListItemCollection.cs
- WinEventHandler.cs
- ChtmlTextWriter.cs
- RuntimeConfigLKG.cs
- IHttpResponseInternal.cs
- RegexTree.cs
- CheckBoxDesigner.cs
- DesignBinding.cs
- ProjectedSlot.cs
- HttpCachePolicy.cs
- XmlNodeList.cs
- ToolBar.cs
- CodeTryCatchFinallyStatement.cs
- ConstantSlot.cs
- Input.cs
- arabicshape.cs
- DateTimeUtil.cs
- BulletChrome.cs
- QueryResults.cs
- CodeAttributeDeclaration.cs
- TransformGroup.cs
- PageCanvasSize.cs
- Int32KeyFrameCollection.cs
- Formatter.cs
- ModuleConfigurationInfo.cs
- SrgsElementFactory.cs
- MD5.cs
- TableItemPattern.cs
- ClientSettingsProvider.cs
- CodeCompiler.cs
- Triangle.cs
- WSSecurityJan2004.cs
- RC2CryptoServiceProvider.cs
- TextChange.cs
- Substitution.cs
- WebPartZoneBase.cs
- InfiniteIntConverter.cs
- FileDialog_Vista_Interop.cs
- PKCS1MaskGenerationMethod.cs
- SemaphoreSlim.cs
- Zone.cs
- XmlException.cs
- EntityCollection.cs
- CodeNamespaceImport.cs
- EdmProviderManifest.cs
- FixedSOMImage.cs
- Misc.cs
- XPathNode.cs
- JsonReaderWriterFactory.cs
- NativeActivity.cs
- Validator.cs
- SchemaImporter.cs
- ChildDocumentBlock.cs
- PathSegment.cs
- SaveFileDialog.cs
- DataGridViewCellConverter.cs
- SizeAnimationClockResource.cs
- SocketException.cs
- MimeTypeMapper.cs
- JavaScriptSerializer.cs
- PageCache.cs
- HttpStaticObjectsCollectionWrapper.cs
- Predicate.cs
- XmlSerializerOperationGenerator.cs
- ClockGroup.cs
- SchemaMapping.cs
- SettingsBase.cs
- TimeSpan.cs
- CanExecuteRoutedEventArgs.cs
- ViewManager.cs
- DetailsViewModeEventArgs.cs
- DataListItemCollection.cs
- QuaternionAnimation.cs
- AssociatedControlConverter.cs
- CloseCryptoHandleRequest.cs
- ByteStack.cs
- CodeMethodReturnStatement.cs
- BatchParser.cs
- Label.cs
- StylusLogic.cs
- PackWebResponse.cs
- HtmlTitle.cs
- WorkflowQueue.cs
- _RegBlobWebProxyDataBuilder.cs