Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / DataWeb / Design / system / Data / Entity / Design / Common / EDesignUtil.cs / 1 / EDesignUtil.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // // @owner [....] // @backupOwner [....] //----------------------------------------------------------------------------- namespace System.Data.Services.Design.Common { using Microsoft.Win32; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Data; using System.Data.Metadata.Edm; using System.Data.Objects; using System.Data.Objects.DataClasses; using System.Data.SqlTypes; using System.Diagnostics; using System.Globalization; using System.IO; using System.Reflection; using System.Runtime.ConstrainedExecution; using System.Runtime.InteropServices; using System.Runtime.Serialization; using System.Text; using System.Threading; using System.Xml; using Microsoft.SqlServer.Server; internal static class EDesignUtil { //////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////// // // Helper Functions // static internal T CheckArgumentNull(T value, string parameterName) where T : class { if (null == value) { throw ArgumentNull(parameterName); } return value; } static internal void CheckStringArgument(string value, string parameterName) { // Throw ArgumentNullException when string is null CheckArgumentNull(value, parameterName); // Throw ArgumentException when string is empty if (value.Length == 0) { throw InvalidStringArgument(parameterName); } } static internal LanguageOption CheckLanguageOptionArgument(LanguageOption value, string paramName) { if (value == LanguageOption.GenerateCSharpCode || value == LanguageOption.GenerateVBCode) { return value; } throw ArgumentOutOfRange(paramName); } static internal ArgumentException InvalidStringArgument(string parameterName) { ArgumentException e = new ArgumentException(Strings.InvalidStringArgument(parameterName)); return e; } static internal ArgumentNullException ArgumentNull(string parameter) { ArgumentNullException e = new ArgumentNullException(parameter); return e; } static internal InvalidOperationException InvalidOperation(string error) { InvalidOperationException e = new InvalidOperationException(error); return e; } static internal ArgumentOutOfRangeException ArgumentOutOfRange(string paramName) { return new ArgumentOutOfRangeException(paramName); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // // @owner [....] // @backupOwner [....] //----------------------------------------------------------------------------- namespace System.Data.Services.Design.Common { using Microsoft.Win32; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Data; using System.Data.Metadata.Edm; using System.Data.Objects; using System.Data.Objects.DataClasses; using System.Data.SqlTypes; using System.Diagnostics; using System.Globalization; using System.IO; using System.Reflection; using System.Runtime.ConstrainedExecution; using System.Runtime.InteropServices; using System.Runtime.Serialization; using System.Text; using System.Threading; using System.Xml; using Microsoft.SqlServer.Server; internal static class EDesignUtil { //////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////// // // Helper Functions // static internal T CheckArgumentNull(T value, string parameterName) where T : class { if (null == value) { throw ArgumentNull(parameterName); } return value; } static internal void CheckStringArgument(string value, string parameterName) { // Throw ArgumentNullException when string is null CheckArgumentNull(value, parameterName); // Throw ArgumentException when string is empty if (value.Length == 0) { throw InvalidStringArgument(parameterName); } } static internal LanguageOption CheckLanguageOptionArgument(LanguageOption value, string paramName) { if (value == LanguageOption.GenerateCSharpCode || value == LanguageOption.GenerateVBCode) { return value; } throw ArgumentOutOfRange(paramName); } static internal ArgumentException InvalidStringArgument(string parameterName) { ArgumentException e = new ArgumentException(Strings.InvalidStringArgument(parameterName)); return e; } static internal ArgumentNullException ArgumentNull(string parameter) { ArgumentNullException e = new ArgumentNullException(parameter); return e; } static internal InvalidOperationException InvalidOperation(string error) { InvalidOperationException e = new InvalidOperationException(error); return e; } static internal ArgumentOutOfRangeException ArgumentOutOfRange(string paramName) { return new ArgumentOutOfRangeException(paramName); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ProfileProvider.cs
- DSGeneratorProblem.cs
- InkPresenterAutomationPeer.cs
- SharedPerformanceCounter.cs
- EventLogTraceListener.cs
- List.cs
- ChangeInterceptorAttribute.cs
- VisualStyleTypesAndProperties.cs
- WindowHideOrCloseTracker.cs
- PositiveTimeSpanValidator.cs
- SectionInformation.cs
- QuaternionAnimationUsingKeyFrames.cs
- FastEncoderWindow.cs
- cryptoapiTransform.cs
- InvalidEnumArgumentException.cs
- Point4D.cs
- SessionChannels.cs
- FileRecordSequenceHelper.cs
- SQLUtility.cs
- DataGridViewRowPrePaintEventArgs.cs
- ErrorTableItemStyle.cs
- DiagnosticSection.cs
- ResolveCriteriaApril2005.cs
- WebPartDescriptionCollection.cs
- DbParameterCollection.cs
- EntityDataSourceQueryBuilder.cs
- DesignerSerializerAttribute.cs
- QilStrConcatenator.cs
- KoreanLunisolarCalendar.cs
- WebRequestModuleElement.cs
- SymDocumentType.cs
- ThreadExceptionEvent.cs
- BindingElementExtensionElement.cs
- CommonDialog.cs
- SqlCachedBuffer.cs
- ByteKeyFrameCollection.cs
- MgmtResManager.cs
- ErrorStyle.cs
- InputGestureCollection.cs
- XmlSchemaNotation.cs
- ClientTarget.cs
- TreeViewHitTestInfo.cs
- DataGridItemEventArgs.cs
- CharAnimationBase.cs
- SoapCodeExporter.cs
- WindowsSlider.cs
- PreviewPageInfo.cs
- DataGridViewTextBoxColumn.cs
- PeerNameRegistration.cs
- RadioButton.cs
- RadialGradientBrush.cs
- NameValueSectionHandler.cs
- BitmapEffectInput.cs
- DispatcherOperation.cs
- PermissionSetTriple.cs
- XmlEncodedRawTextWriter.cs
- HashAlgorithm.cs
- HeaderedContentControl.cs
- _HelperAsyncResults.cs
- ColumnHeaderCollectionEditor.cs
- FixedSOMContainer.cs
- AnimationClockResource.cs
- IIS7WorkerRequest.cs
- CreateParams.cs
- SignerInfo.cs
- MessageBox.cs
- FontNamesConverter.cs
- ExceptionUtil.cs
- Stack.cs
- JsonFormatGeneratorStatics.cs
- QuaternionKeyFrameCollection.cs
- DSACryptoServiceProvider.cs
- BinaryCommonClasses.cs
- SoapCodeExporter.cs
- OutputScopeManager.cs
- Material.cs
- ChannelCredentials.cs
- TraceUtility.cs
- odbcmetadatacollectionnames.cs
- DispatchRuntime.cs
- FileInfo.cs
- CqlParser.cs
- CacheForPrimitiveTypes.cs
- CommonObjectSecurity.cs
- FigureParagraph.cs
- RSAPKCS1SignatureDeformatter.cs
- AnimationTimeline.cs
- MenuAutomationPeer.cs
- TypedServiceOperationListItem.cs
- ListBindingHelper.cs
- TreeNodeCollectionEditorDialog.cs
- PersonalizationEntry.cs
- TransformerInfoCollection.cs
- MethodAccessException.cs
- unsafeIndexingFilterStream.cs
- ContextTokenTypeConverter.cs
- ArgumentException.cs
- Brush.cs
- TextBoxBase.cs
- PixelFormats.cs