Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeFieldReferenceExpression.cs / 1305376 / CodeFieldReferenceExpression.cs
//------------------------------------------------------------------------------ //// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ 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. /// ///// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ 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
- MsdtcWrapper.cs
- BitmapEffectvisualstate.cs
- PhonemeConverter.cs
- Errors.cs
- GenericIdentity.cs
- _NegoState.cs
- BamlBinaryWriter.cs
- BitmapMetadata.cs
- GraphicsContext.cs
- TdsValueSetter.cs
- LoginName.cs
- RefreshEventArgs.cs
- SvcMapFileSerializer.cs
- ZoneLinkButton.cs
- MatrixConverter.cs
- CodeVariableDeclarationStatement.cs
- OdbcParameter.cs
- ConfigXmlText.cs
- CodeChecksumPragma.cs
- MediaSystem.cs
- HandledMouseEvent.cs
- BamlResourceContent.cs
- WebPartConnectionsDisconnectVerb.cs
- SymmetricAlgorithm.cs
- Image.cs
- ProcessManager.cs
- StylusPointProperties.cs
- PrefixQName.cs
- SerializableAttribute.cs
- InstancePersistenceCommand.cs
- WebPartConnectVerb.cs
- EqualityComparer.cs
- ImageButton.cs
- ProgressBarAutomationPeer.cs
- GradientSpreadMethodValidation.cs
- NetCodeGroup.cs
- NamespaceEmitter.cs
- Byte.cs
- XmlText.cs
- XmlSchemaComplexContentExtension.cs
- CheckBoxStandardAdapter.cs
- Cursors.cs
- SpeechEvent.cs
- NumberSubstitution.cs
- EdmProviderManifest.cs
- UrlPath.cs
- NativeMethods.cs
- ADMembershipProvider.cs
- EntityDataSourceChangingEventArgs.cs
- TextEditorMouse.cs
- SimpleNameService.cs
- EditorZoneBase.cs
- PolyLineSegmentFigureLogic.cs
- diagnosticsswitches.cs
- SpellerError.cs
- WindowsRebar.cs
- PriorityRange.cs
- CompiledQuery.cs
- Configuration.cs
- VisualStyleTypesAndProperties.cs
- DependencySource.cs
- Knowncolors.cs
- DrawingCollection.cs
- XmlEncodedRawTextWriter.cs
- BitSet.cs
- TaskFormBase.cs
- EdmType.cs
- InvalidAsynchronousStateException.cs
- ColumnResizeUndoUnit.cs
- CodeTryCatchFinallyStatement.cs
- StatusBarPanelClickEvent.cs
- QueryFunctions.cs
- QueryPageSettingsEventArgs.cs
- X509ChainElement.cs
- TemplatedControlDesigner.cs
- SimplePropertyEntry.cs
- GlobalAllocSafeHandle.cs
- ZipIOFileItemStream.cs
- XPathQilFactory.cs
- SslSecurityTokenParameters.cs
- BindingRestrictions.cs
- OrderedDictionary.cs
- MeasureItemEvent.cs
- IDispatchConstantAttribute.cs
- DoubleLink.cs
- PeerInvitationResponse.cs
- PrivilegeNotHeldException.cs
- MexBindingElement.cs
- GridViewPageEventArgs.cs
- MetadataSerializer.cs
- ControlDesignerState.cs
- XD.cs
- XsltException.cs
- ViewCellRelation.cs
- HtmlInputControl.cs
- EnvironmentPermission.cs
- RoleManagerModule.cs
- ISFTagAndGuidCache.cs
- XmlObjectSerializerReadContextComplexJson.cs
- NumericUpDownAcceleration.cs