Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- Annotation.cs
- PropertyDescriptorComparer.cs
- VariableQuery.cs
- Menu.cs
- ViewBase.cs
- UIElement3DAutomationPeer.cs
- EmptyEnumerable.cs
- HtmlAnchor.cs
- ExceptionHelpers.cs
- PhonemeEventArgs.cs
- Int32Converter.cs
- CacheSection.cs
- ImageList.cs
- TextDocumentView.cs
- SecurityPolicySection.cs
- ListViewSelectEventArgs.cs
- NumericExpr.cs
- ServiceEndpointElementCollection.cs
- CommandExpr.cs
- SqlDataSourceFilteringEventArgs.cs
- StateMachineExecutionState.cs
- MetadataCache.cs
- Point3D.cs
- CheckBoxFlatAdapter.cs
- SelectionUIService.cs
- OleDbRowUpdatedEvent.cs
- EventMappingSettings.cs
- HTTPRemotingHandler.cs
- AsymmetricAlgorithm.cs
- DbConnectionPoolGroupProviderInfo.cs
- Effect.cs
- IPCCacheManager.cs
- UTF8Encoding.cs
- XmlExpressionDumper.cs
- XslTransformFileEditor.cs
- ServiceNameElementCollection.cs
- DiscoveryRequestHandler.cs
- PerformanceCounterCategory.cs
- ContentType.cs
- HttpCachePolicyElement.cs
- OfTypeExpression.cs
- SchemaImporterExtension.cs
- XmlSchemaImport.cs
- ImageSource.cs
- ApplicationId.cs
- StrongNameKeyPair.cs
- ObjectTag.cs
- wgx_exports.cs
- Parameter.cs
- TableLayoutCellPaintEventArgs.cs
- TransactionScope.cs
- BrushConverter.cs
- COM2ExtendedBrowsingHandler.cs
- UIElement.cs
- ContentPathSegment.cs
- UnorderedHashRepartitionStream.cs
- HuffCodec.cs
- CacheVirtualItemsEvent.cs
- HtmlInputHidden.cs
- ComponentSerializationService.cs
- BufferedGraphics.cs
- GeometryConverter.cs
- SmtpCommands.cs
- Error.cs
- FileDetails.cs
- FragmentNavigationEventArgs.cs
- SymmetricAlgorithm.cs
- EdmRelationshipRoleAttribute.cs
- Monitor.cs
- Configuration.cs
- GregorianCalendar.cs
- BinaryUtilClasses.cs
- ObsoleteAttribute.cs
- MultitargetUtil.cs
- XmlValidatingReaderImpl.cs
- TextParagraphView.cs
- DuplicateWaitObjectException.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- XmlNodeChangedEventManager.cs
- TextDecoration.cs
- log.cs
- PaperSource.cs
- TextFormatterContext.cs
- _NetRes.cs
- PopupControlService.cs
- DbConvert.cs
- ALinqExpressionVisitor.cs
- MessagePropertyVariants.cs
- CommonObjectSecurity.cs
- Panel.cs
- TraceHandler.cs
- SourceElementsCollection.cs
- HttpFileCollectionBase.cs
- SafeRegistryHandle.cs
- TransactionFlowProperty.cs
- FixedDocumentSequencePaginator.cs
- OdbcUtils.cs
- ObjectDataSourceFilteringEventArgs.cs
- RedirectionProxy.cs
- FixedSOMTableCell.cs