Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / Configuration / CheckPair.cs / 1 / CheckPair.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.Configuration {
using System;
using System.Collections;
using System.Collections.Specialized;
using System.Configuration;
using System.Text;
using System.Text.RegularExpressions;
using System.Web.Compilation;
using System.Web.UI;
using System.Web.Util;
using System.Xml;
using System.Globalization;
internal class CheckPair {
private string _header;
private string _match;
private bool _nonMatch;
internal CheckPair(string header, string match, bool nonMatch) {
_header = header;
_match = match;
_nonMatch = nonMatch;
//check validity of match string at parse time
Regex regex = new Regex(match);
}
internal CheckPair(string header, string match) {
_header = header;
_match = match;
_nonMatch = false;
Regex regex = new Regex(match);
}
public string Header {
get {
return _header;
}
}
public string MatchString {
get {
return _match;
}
}
public bool NonMatch {
get {
return _nonMatch;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.Configuration {
using System;
using System.Collections;
using System.Collections.Specialized;
using System.Configuration;
using System.Text;
using System.Text.RegularExpressions;
using System.Web.Compilation;
using System.Web.UI;
using System.Web.Util;
using System.Xml;
using System.Globalization;
internal class CheckPair {
private string _header;
private string _match;
private bool _nonMatch;
internal CheckPair(string header, string match, bool nonMatch) {
_header = header;
_match = match;
_nonMatch = nonMatch;
//check validity of match string at parse time
Regex regex = new Regex(match);
}
internal CheckPair(string header, string match) {
_header = header;
_match = match;
_nonMatch = false;
Regex regex = new Regex(match);
}
public string Header {
get {
return _header;
}
}
public string MatchString {
get {
return _match;
}
}
public bool NonMatch {
get {
return _nonMatch;
}
}
}
}
// 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
- DataGridViewRowCollection.cs
- PropertyToken.cs
- ArgumentNullException.cs
- InlineUIContainer.cs
- CodeEntryPointMethod.cs
- SaveFileDialog.cs
- LassoHelper.cs
- MenuItemStyle.cs
- InputScopeConverter.cs
- SelectionEditingBehavior.cs
- WebPartDisplayModeCancelEventArgs.cs
- XamlReaderHelper.cs
- IgnoreDeviceFilterElement.cs
- Menu.cs
- RoleBoolean.cs
- DataStreamFromComStream.cs
- AspNetPartialTrustHelpers.cs
- BufferModesCollection.cs
- SqlBuilder.cs
- DataSourceDesigner.cs
- EmbeddedMailObjectsCollection.cs
- OrderByQueryOptionExpression.cs
- XmlUnspecifiedAttribute.cs
- GenerateScriptTypeAttribute.cs
- EntityWithKeyStrategy.cs
- XmlDataSourceNodeDescriptor.cs
- WSFederationHttpSecurity.cs
- XMLSyntaxException.cs
- MsmqMessageSerializationFormat.cs
- ChangeBlockUndoRecord.cs
- SerializableAttribute.cs
- WaitHandle.cs
- EntityObject.cs
- XmlIgnoreAttribute.cs
- RemotingServices.cs
- SelectedCellsChangedEventArgs.cs
- Rect3DConverter.cs
- CompilationRelaxations.cs
- ObjectListComponentEditor.cs
- TextDecorations.cs
- CodeDomSerializerBase.cs
- CustomErrorsSectionWrapper.cs
- SqlMethodAttribute.cs
- WebPartDeleteVerb.cs
- PasswordRecoveryDesigner.cs
- HtmlImage.cs
- WorkflowRuntime.cs
- HttpPostedFile.cs
- MenuItemAutomationPeer.cs
- MobileSysDescriptionAttribute.cs
- WindowsRebar.cs
- XmlSchemaParticle.cs
- Error.cs
- FieldNameLookup.cs
- Label.cs
- TableRow.cs
- Label.cs
- EmptyEnumerable.cs
- IsolationInterop.cs
- DesignParameter.cs
- Thread.cs
- OutputWindow.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- RuntimeComponentFilter.cs
- sqlser.cs
- CacheMemory.cs
- Frame.cs
- DynamicQueryableWrapper.cs
- TextElementAutomationPeer.cs
- IfJoinedCondition.cs
- precedingsibling.cs
- TransformDescriptor.cs
- WebServiceErrorEvent.cs
- DbgUtil.cs
- MappingMetadataHelper.cs
- SyndicationSerializer.cs
- WeakRefEnumerator.cs
- HtmlWindowCollection.cs
- TextRunCache.cs
- DiscreteKeyFrames.cs
- CodeIdentifiers.cs
- ThousandthOfEmRealDoubles.cs
- SurrogateEncoder.cs
- Line.cs
- XPathDocumentNavigator.cs
- TypeHelper.cs
- RayMeshGeometry3DHitTestResult.cs
- PropertyPathConverter.cs
- VisemeEventArgs.cs
- SamlAuthenticationStatement.cs
- SBCSCodePageEncoding.cs
- GZipDecoder.cs
- Stack.cs
- ByteFacetDescriptionElement.cs
- IsolatedStorageSecurityState.cs
- AmbientLight.cs
- TextAdaptor.cs
- MatchAttribute.cs
- propertytag.cs
- XamlPoint3DCollectionSerializer.cs