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
- SigningProgress.cs
- XmlAttributeAttribute.cs
- CookieHandler.cs
- SafeNativeMethods.cs
- XpsSerializerWriter.cs
- AsnEncodedData.cs
- Point3DValueSerializer.cs
- WinFormsSecurity.cs
- PropertyGridEditorPart.cs
- EventDescriptor.cs
- ImageSourceValueSerializer.cs
- TextTreeRootTextBlock.cs
- Button.cs
- CatalogZoneBase.cs
- ThreadAbortException.cs
- UnsafeNativeMethods.cs
- DeviceContexts.cs
- ApplicationSettingsBase.cs
- TypeResolvingOptions.cs
- DirectionalLight.cs
- HeaderCollection.cs
- SharedDp.cs
- UiaCoreTypesApi.cs
- ResourceManager.cs
- BaseCollection.cs
- xml.cs
- DirectoryNotFoundException.cs
- HttpDebugHandler.cs
- ColorConvertedBitmap.cs
- ComponentEditorForm.cs
- DataGridViewRowsRemovedEventArgs.cs
- TextEditorMouse.cs
- DependencyPropertyValueSerializer.cs
- FormViewInsertedEventArgs.cs
- ComboBox.cs
- HttpSocketManager.cs
- cache.cs
- NotificationContext.cs
- DataListItem.cs
- FileVersionInfo.cs
- ValueChangedEventManager.cs
- XmlWrappingReader.cs
- NameScope.cs
- Context.cs
- DataGridViewElement.cs
- TextElementEnumerator.cs
- Pool.cs
- DataSourceControl.cs
- RepeaterItemCollection.cs
- AuthorizationRule.cs
- SimpleMailWebEventProvider.cs
- SurrogateSelector.cs
- EventEntry.cs
- AddInContractAttribute.cs
- HtmlInputReset.cs
- SortedDictionary.cs
- WebInvokeAttribute.cs
- ScalarType.cs
- TypeNameConverter.cs
- ImplicitInputBrush.cs
- WebPartsPersonalization.cs
- EventEntry.cs
- DocumentCollection.cs
- XPathDocumentIterator.cs
- DesignerVerbCollection.cs
- CachedPathData.cs
- WSSecureConversationDec2005.cs
- BitmapEffectrendercontext.cs
- entityreference_tresulttype.cs
- Quaternion.cs
- ContractHandle.cs
- XamlParser.cs
- PreviewKeyDownEventArgs.cs
- CodeMethodInvokeExpression.cs
- RIPEMD160.cs
- NativeCppClassAttribute.cs
- ReliabilityContractAttribute.cs
- DateTimeValueSerializerContext.cs
- OleDbMetaDataFactory.cs
- XmlSchemaChoice.cs
- SchemaElement.cs
- CompoundFileStorageReference.cs
- Wrapper.cs
- ForeignKeyFactory.cs
- HiddenField.cs
- ProfileSettingsCollection.cs
- XPathSelfQuery.cs
- ResolveDuplex11AsyncResult.cs
- SynthesizerStateChangedEventArgs.cs
- ItemChangedEventArgs.cs
- ISAPIWorkerRequest.cs
- ParallelActivityDesigner.cs
- ContainerSelectorGlyph.cs
- CheckBoxList.cs
- UniqueIdentifierService.cs
- SimpleWebHandlerParser.cs
- CheckBoxList.cs
- SqlFormatter.cs
- ScriptingProfileServiceSection.cs
- DLinqDataModelProvider.cs