Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / CompMod / System / CodeDOM / CodePropertyReferenceExpression.cs / 1 / CodePropertyReferenceExpression.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 CodePropertyReferenceExpression : CodeExpression { private CodeExpression targetObject; private string propertyName; private CodeExpressionCollection parameters = new CodeExpressionCollection(); ////// Represents a reference to a property. /// ////// public CodePropertyReferenceExpression() { } ////// Initializes a new instance of ///. /// /// public CodePropertyReferenceExpression(CodeExpression targetObject, string propertyName) { TargetObject = targetObject; PropertyName = propertyName; } ////// Initializes a new instance of ///using the specified target object and property /// name. /// /// public CodeExpression TargetObject { get { return targetObject; } set { targetObject = value; } } ////// The target object containing the property this ///references. /// /// public string PropertyName { get { return (propertyName == null) ? string.Empty : propertyName; } set { propertyName = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// The name of the property to reference. /// ///// 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 CodePropertyReferenceExpression : CodeExpression { private CodeExpression targetObject; private string propertyName; private CodeExpressionCollection parameters = new CodeExpressionCollection(); ////// Represents a reference to a property. /// ////// public CodePropertyReferenceExpression() { } ////// Initializes a new instance of ///. /// /// public CodePropertyReferenceExpression(CodeExpression targetObject, string propertyName) { TargetObject = targetObject; PropertyName = propertyName; } ////// Initializes a new instance of ///using the specified target object and property /// name. /// /// public CodeExpression TargetObject { get { return targetObject; } set { targetObject = value; } } ////// The target object containing the property this ///references. /// /// public string PropertyName { get { return (propertyName == null) ? string.Empty : propertyName; } set { propertyName = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// The name of the property to reference. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ObjectQueryExecutionPlan.cs
- PagePropertiesChangingEventArgs.cs
- SqlDataSourceCommandEventArgs.cs
- HttpContextBase.cs
- QualifiedCellIdBoolean.cs
- ToolStripMenuItem.cs
- DataObjectPastingEventArgs.cs
- Tuple.cs
- XamlTreeBuilderBamlRecordWriter.cs
- XPathParser.cs
- DataGridAddNewRow.cs
- WindowsFormsHelpers.cs
- sqlmetadatafactory.cs
- IISUnsafeMethods.cs
- MetaColumn.cs
- MonitoringDescriptionAttribute.cs
- OleDbMetaDataFactory.cs
- UserPreferenceChangingEventArgs.cs
- SecurityUtils.cs
- EmbeddedMailObjectsCollection.cs
- CapabilitiesAssignment.cs
- PointAnimationBase.cs
- LongTypeConverter.cs
- TreeViewCancelEvent.cs
- FormView.cs
- ResourceReferenceKeyNotFoundException.cs
- DetailsViewPagerRow.cs
- TempFiles.cs
- DataListCommandEventArgs.cs
- HttpCookieCollection.cs
- MailMessageEventArgs.cs
- SqlParameter.cs
- SqlDataRecord.cs
- SqlDataSourceSelectingEventArgs.cs
- AnnotationHighlightLayer.cs
- WindowsFormsEditorServiceHelper.cs
- InteropEnvironment.cs
- PropertySegmentSerializationProvider.cs
- ToolStripActionList.cs
- FunctionDescription.cs
- TaskCanceledException.cs
- StyleXamlParser.cs
- XmlNodeComparer.cs
- AppDomain.cs
- HuffModule.cs
- MimeTypeAttribute.cs
- ObjectViewListener.cs
- AncestorChangedEventArgs.cs
- ExpandoClass.cs
- IProvider.cs
- BatchParser.cs
- PatternMatchRules.cs
- TextParagraphProperties.cs
- WebPartDisplayModeCancelEventArgs.cs
- MediaContextNotificationWindow.cs
- IProvider.cs
- PersistencePipeline.cs
- RadioButtonStandardAdapter.cs
- RuntimeEnvironment.cs
- CallInfo.cs
- ImageDrawing.cs
- XmlWriterTraceListener.cs
- CodeGenerator.cs
- Terminate.cs
- ImpersonationContext.cs
- RegexWriter.cs
- PreProcessor.cs
- DBSchemaTable.cs
- DictionarySectionHandler.cs
- GeometryGroup.cs
- LocatorBase.cs
- ListViewItem.cs
- StrokeFIndices.cs
- ExternalFile.cs
- CreateRefExpr.cs
- GCHandleCookieTable.cs
- TextPenaltyModule.cs
- login.cs
- ApplicationHost.cs
- ProfilePropertySettings.cs
- BindingGraph.cs
- StrokeCollection2.cs
- Repeater.cs
- XhtmlBasicImageAdapter.cs
- TypeDescriptionProviderAttribute.cs
- XmlNodeComparer.cs
- TouchesOverProperty.cs
- Mutex.cs
- PageEventArgs.cs
- CallSite.cs
- ErrorTableItemStyle.cs
- TrustManagerPromptUI.cs
- DefaultValueConverter.cs
- ExceptionWrapper.cs
- XmlSecureResolver.cs
- _KerberosClient.cs
- RegexBoyerMoore.cs
- LicenseException.cs
- ScrollBar.cs
- MaterialCollection.cs