Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / CompMod / System / CodeDOM / CodeFieldReferenceExpression.cs / 1 / CodeFieldReferenceExpression.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeFieldReferenceExpression : CodeExpression { private CodeExpression targetObject; private string fieldName; ////// Represents a reference to a field. /// ////// public CodeFieldReferenceExpression() { } ////// Initializes a new instance of ///. /// /// public CodeFieldReferenceExpression(CodeExpression targetObject, string fieldName) { TargetObject = targetObject; FieldName = fieldName; } ////// Initializes a new instance of ///. /// /// public CodeExpression TargetObject { get { return targetObject; } set { targetObject = value; } } ////// Gets or sets /// the target object. /// ////// public string FieldName { get { return (fieldName == null) ? string.Empty : fieldName; } set { fieldName = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets or sets /// the field name. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeFieldReferenceExpression : CodeExpression { private CodeExpression targetObject; private string fieldName; ////// Represents a reference to a field. /// ////// public CodeFieldReferenceExpression() { } ////// Initializes a new instance of ///. /// /// public CodeFieldReferenceExpression(CodeExpression targetObject, string fieldName) { TargetObject = targetObject; FieldName = fieldName; } ////// Initializes a new instance of ///. /// /// public CodeExpression TargetObject { get { return targetObject; } set { targetObject = value; } } ////// Gets or sets /// the target object. /// ////// public string FieldName { get { return (fieldName == null) ? string.Empty : fieldName; } set { fieldName = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets or sets /// the field name. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RetriableClipboard.cs
- HttpServerVarsCollection.cs
- ControlEvent.cs
- ScrollChrome.cs
- ExpanderAutomationPeer.cs
- XmlExpressionDumper.cs
- XmlSchema.cs
- DataControlFieldHeaderCell.cs
- TriggerAction.cs
- UdpTransportBindingElement.cs
- SqlBulkCopyColumnMapping.cs
- BitmapFrameDecode.cs
- SqlTrackingWorkflowInstance.cs
- ShowExpandedMultiValueConverter.cs
- ProtocolsConfigurationHandler.cs
- Pair.cs
- StorageModelBuildProvider.cs
- PathStreamGeometryContext.cs
- TextTreeInsertUndoUnit.cs
- ProtocolsInstallComponent.cs
- VirtualPathProvider.cs
- DesignBindingPropertyDescriptor.cs
- ExtensibleClassFactory.cs
- FrameworkElementAutomationPeer.cs
- DataAdapter.cs
- ProgressBarRenderer.cs
- ComplexType.cs
- Transform3DCollection.cs
- ClockController.cs
- BitmapEffectDrawingContent.cs
- HashCodeCombiner.cs
- DynamicResourceExtension.cs
- ArraySegment.cs
- SerialPinChanges.cs
- HMACSHA384.cs
- SyndicationDeserializer.cs
- DebugView.cs
- CodeAttributeArgument.cs
- NativeMethods.cs
- OperatorExpressions.cs
- RoutingUtilities.cs
- FontDialog.cs
- DecodeHelper.cs
- TreeViewImageKeyConverter.cs
- xdrvalidator.cs
- SplineQuaternionKeyFrame.cs
- DesignerAttribute.cs
- GatewayIPAddressInformationCollection.cs
- PageHandlerFactory.cs
- ProfessionalColors.cs
- GenericRootAutomationPeer.cs
- ClientTarget.cs
- SurrogateSelector.cs
- CheckBoxFlatAdapter.cs
- AppSettingsReader.cs
- CodeBlockBuilder.cs
- PrinterSettings.cs
- WebReferenceCollection.cs
- CryptoStream.cs
- LinkDescriptor.cs
- LayoutTable.cs
- Task.cs
- TemplatingOptionsDialog.cs
- PerformanceCounterScope.cs
- TrackingProfileSerializer.cs
- OdbcException.cs
- FormattedTextSymbols.cs
- WebPartUtil.cs
- SocketInformation.cs
- ISO2022Encoding.cs
- CollectionChangeEventArgs.cs
- ExtensionMethods.cs
- CompilationUtil.cs
- Hyperlink.cs
- HtmlGenericControl.cs
- ToolboxCategory.cs
- ErrorStyle.cs
- ExtensionDataObject.cs
- WebPartCatalogCloseVerb.cs
- EllipseGeometry.cs
- OperationInvokerBehavior.cs
- URLMembershipCondition.cs
- ItemCollection.cs
- XD.cs
- CapabilitiesState.cs
- RequestResponse.cs
- formatter.cs
- RC2CryptoServiceProvider.cs
- WasAdminWrapper.cs
- SpeechEvent.cs
- SoapReflector.cs
- IImplicitResourceProvider.cs
- RijndaelCryptoServiceProvider.cs
- Vector3D.cs
- AssociationEndMember.cs
- ProfileInfo.cs
- MdiWindowListItemConverter.cs
- GPPOINTF.cs
- ParseHttpDate.cs
- DataRecordInternal.cs