Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntityDesign / Design / System / Data / EntityModel / Emitters / Emitter.cs / 1305376 / Emitter.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; using System.CodeDom; using System.Diagnostics; using System.Data.EntityModel.SchemaObjectModel; namespace System.Data.EntityModel.Emitters { ////// /// internal abstract class Emitter { #region Instance Fields private ClientApiGenerator _generator = null; #endregion #region Static Fields private static CodeExpression _nullExpression = null; private static CodeExpression _thisRef = null; ///Name of property used to get StorageContext from an Entity private const string EntityGetContextPropertyName = "Context"; ///Name of property used to get StorageContext from a StorageSearcher protected const string SearcherGetContextPropertyName = "Context"; #endregion #region Protected Methods ////// /// /// protected Emitter(ClientApiGenerator generator) { Generator = generator; } ////// /// /// ///protected static CodeBinaryOperatorExpression EmitExpressionEqualsNull(CodeExpression expression) { return new CodeBinaryOperatorExpression(expression, CodeBinaryOperatorType.IdentityEquality, NullExpression); } protected static CodeBinaryOperatorExpression EmitExpressionDoesNotEqualNull(CodeExpression expression) { return new CodeBinaryOperatorExpression(expression, CodeBinaryOperatorType.IdentityInequality, NullExpression); } internal static CodeExpression EmitEnumMemberExpression(CodeTypeReference type, string member) { CodeTypeReferenceExpression typeref = new CodeTypeReferenceExpression(type); return new CodeFieldReferenceExpression(typeref, member); } #endregion #region Protected Properties /// /// /// protected static CodeExpression ThisRef { get { if (_thisRef == null) _thisRef = new CodeThisReferenceExpression(); return _thisRef; } } ////// /// internal ClientApiGenerator Generator { get { return _generator; } private set { _generator = value; } } protected TypeReference TypeReference { get { return _generator.TypeReference; } } protected AttributeEmitter AttributeEmitter { get { return _generator.AttributeEmitter; } } protected static CodeExpression NullExpression { get { if (_nullExpression == null) _nullExpression = new CodePrimitiveExpression(null); return _nullExpression; } } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; using System.CodeDom; using System.Diagnostics; using System.Data.EntityModel.SchemaObjectModel; namespace System.Data.EntityModel.Emitters { ////// /// internal abstract class Emitter { #region Instance Fields private ClientApiGenerator _generator = null; #endregion #region Static Fields private static CodeExpression _nullExpression = null; private static CodeExpression _thisRef = null; ///Name of property used to get StorageContext from an Entity private const string EntityGetContextPropertyName = "Context"; ///Name of property used to get StorageContext from a StorageSearcher protected const string SearcherGetContextPropertyName = "Context"; #endregion #region Protected Methods ////// /// /// protected Emitter(ClientApiGenerator generator) { Generator = generator; } ////// /// /// ///protected static CodeBinaryOperatorExpression EmitExpressionEqualsNull(CodeExpression expression) { return new CodeBinaryOperatorExpression(expression, CodeBinaryOperatorType.IdentityEquality, NullExpression); } protected static CodeBinaryOperatorExpression EmitExpressionDoesNotEqualNull(CodeExpression expression) { return new CodeBinaryOperatorExpression(expression, CodeBinaryOperatorType.IdentityInequality, NullExpression); } internal static CodeExpression EmitEnumMemberExpression(CodeTypeReference type, string member) { CodeTypeReferenceExpression typeref = new CodeTypeReferenceExpression(type); return new CodeFieldReferenceExpression(typeref, member); } #endregion #region Protected Properties /// /// /// protected static CodeExpression ThisRef { get { if (_thisRef == null) _thisRef = new CodeThisReferenceExpression(); return _thisRef; } } ////// /// internal ClientApiGenerator Generator { get { return _generator; } private set { _generator = value; } } protected TypeReference TypeReference { get { return _generator.TypeReference; } } protected AttributeEmitter AttributeEmitter { get { return _generator.AttributeEmitter; } } protected static CodeExpression NullExpression { get { if (_nullExpression == null) _nullExpression = new CodePrimitiveExpression(null); return _nullExpression; } } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RequestQueue.cs
- ToolTip.cs
- BitmapPalettes.cs
- ColorTransform.cs
- WindowsListViewItemCheckBox.cs
- Button.cs
- FixedTextContainer.cs
- ScriptingJsonSerializationSection.cs
- DotExpr.cs
- sortedlist.cs
- ListItemCollection.cs
- BaseTemplateParser.cs
- HttpCachePolicy.cs
- QuaternionValueSerializer.cs
- MissingManifestResourceException.cs
- ServiceElement.cs
- ReachPageContentSerializerAsync.cs
- ReferencedAssembly.cs
- CodeMethodReturnStatement.cs
- DecoratedNameAttribute.cs
- RuntimeConfigLKG.cs
- FreeFormDesigner.cs
- TablePatternIdentifiers.cs
- TextSelectionHelper.cs
- SafeLocalMemHandle.cs
- _emptywebproxy.cs
- WindowsSecurityToken.cs
- WebResponse.cs
- CombinedGeometry.cs
- BinaryParser.cs
- CodeGenerator.cs
- SoapWriter.cs
- AttachedAnnotationChangedEventArgs.cs
- Wildcard.cs
- XmlSerializerAssemblyAttribute.cs
- UnauthorizedAccessException.cs
- BooleanAnimationBase.cs
- SQLRoleProvider.cs
- Fonts.cs
- CaseCqlBlock.cs
- ClrProviderManifest.cs
- SplashScreen.cs
- XPathNodeIterator.cs
- DataGridViewAdvancedBorderStyle.cs
- TextEditorTyping.cs
- TimelineGroup.cs
- CalendarButton.cs
- DocumentsTrace.cs
- Console.cs
- ApplicationTrust.cs
- CollectionView.cs
- VisualStyleElement.cs
- WizardPanelChangingEventArgs.cs
- AlternateViewCollection.cs
- LinqDataSourceHelper.cs
- PageClientProxyGenerator.cs
- ScriptReference.cs
- IndependentAnimationStorage.cs
- InstallerTypeAttribute.cs
- LinearGradientBrush.cs
- IPipelineRuntime.cs
- DataGridHeaderBorder.cs
- Deflater.cs
- ConfigurationElementCollection.cs
- BitmapEffectDrawingContent.cs
- SizeFConverter.cs
- BitStream.cs
- recordstate.cs
- MenuItem.cs
- ImageMap.cs
- ShellProvider.cs
- ObjectParameterCollection.cs
- CompileXomlTask.cs
- RectValueSerializer.cs
- WebReferencesBuildProvider.cs
- NavigationProperty.cs
- ImageFormatConverter.cs
- GradientStop.cs
- FileVersion.cs
- QuotedPrintableStream.cs
- WindowsFont.cs
- SpellerInterop.cs
- Pair.cs
- SqlRowUpdatedEvent.cs
- AssemblyUtil.cs
- XmlCharType.cs
- WindowsGrip.cs
- dataprotectionpermission.cs
- CommonDialog.cs
- InvalidTimeZoneException.cs
- SqlBulkCopy.cs
- EnlistmentTraceIdentifier.cs
- DiscoveryClientElement.cs
- OneOfElement.cs
- ChannelSinkStacks.cs
- WinInetCache.cs
- WeakReferenceEnumerator.cs
- MappingMetadataHelper.cs
- SQLDoubleStorage.cs
- TextBlock.cs