Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / Constants.cs / 1305376 / Constants.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System.Security.Permissions; namespace System.Web.UI.MobileControls { ///[Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public enum ObjectListViewMode { /// List, /// Commands, /// Details }; /// [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public enum BooleanOption { /// NotSet = -1, /// False, /// True, }; /// [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public enum FontSize { /// NotSet, /// Normal, /// Small, /// Large }; /// [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public enum Alignment { /// NotSet, /// Left, /// Center, /// Right } /// [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public enum Wrapping { /// NotSet, /// Wrap, /// NoWrap } /// [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public enum ListDecoration { /// None, /// Bulleted, /// Numbered } /// [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public enum ListSelectType { /// DropDown, /// ListBox, /// Radio, /// MultiSelectListBox, /// CheckBox } /// [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public enum FormMethod { /// Get, /// Post, } /// [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public enum CommandFormat { /// Button, /// Link, } /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public class Constants { internal const String ErrorStyle = "error"; /// public static readonly String FormIDPrefix = "#"; /// public static readonly String UniqueFilePathSuffixVariableWithoutEqual = "__ufps"; /// public static readonly String UniqueFilePathSuffixVariable = UniqueFilePathSuffixVariableWithoutEqual + '='; /// public static readonly String PagePrefix = "__PG_"; /// public static readonly String EventSourceID = "__ET"; /// public static readonly String EventArgumentID = "__EA"; /// public static readonly String HeaderTemplateTag = "HeaderTemplate"; /// public static readonly String FooterTemplateTag = "FooterTemplate"; /// public static readonly String ItemTemplateTag = "ItemTemplate"; /// public static readonly String AlternatingItemTemplateTag = "AlternatingItemTemplate"; /// public static readonly String SeparatorTemplateTag = "SeparatorTemplate"; /// public static readonly String ContentTemplateTag = "ContentTemplate"; /// public static readonly String LabelTemplateTag = "LabelTemplate"; /// public static readonly String ItemDetailsTemplateTag = "ItemDetailsTemplate"; /// public static readonly String ScriptTemplateTag = "ScriptTemplate"; /// public static readonly String SymbolProtocol = "symbol:"; /// public static readonly char SelectionListSpecialCharacter = '*'; /// public static readonly int DefaultSessionsStateHistorySize = 6; /// public static readonly String OptimumPageWeightParameter = "optimumPageWeight"; /// public static readonly String ScreenCharactersHeightParameter = "screenCharactersHeight"; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System.Security.Permissions; namespace System.Web.UI.MobileControls { ///[Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public enum ObjectListViewMode { /// List, /// Commands, /// Details }; /// [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public enum BooleanOption { /// NotSet = -1, /// False, /// True, }; /// [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public enum FontSize { /// NotSet, /// Normal, /// Small, /// Large }; /// [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public enum Alignment { /// NotSet, /// Left, /// Center, /// Right } /// [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public enum Wrapping { /// NotSet, /// Wrap, /// NoWrap } /// [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public enum ListDecoration { /// None, /// Bulleted, /// Numbered } /// [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public enum ListSelectType { /// DropDown, /// ListBox, /// Radio, /// MultiSelectListBox, /// CheckBox } /// [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public enum FormMethod { /// Get, /// Post, } /// [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public enum CommandFormat { /// Button, /// Link, } /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public class Constants { internal const String ErrorStyle = "error"; /// public static readonly String FormIDPrefix = "#"; /// public static readonly String UniqueFilePathSuffixVariableWithoutEqual = "__ufps"; /// public static readonly String UniqueFilePathSuffixVariable = UniqueFilePathSuffixVariableWithoutEqual + '='; /// public static readonly String PagePrefix = "__PG_"; /// public static readonly String EventSourceID = "__ET"; /// public static readonly String EventArgumentID = "__EA"; /// public static readonly String HeaderTemplateTag = "HeaderTemplate"; /// public static readonly String FooterTemplateTag = "FooterTemplate"; /// public static readonly String ItemTemplateTag = "ItemTemplate"; /// public static readonly String AlternatingItemTemplateTag = "AlternatingItemTemplate"; /// public static readonly String SeparatorTemplateTag = "SeparatorTemplate"; /// public static readonly String ContentTemplateTag = "ContentTemplate"; /// public static readonly String LabelTemplateTag = "LabelTemplate"; /// public static readonly String ItemDetailsTemplateTag = "ItemDetailsTemplate"; /// public static readonly String ScriptTemplateTag = "ScriptTemplate"; /// public static readonly String SymbolProtocol = "symbol:"; /// public static readonly char SelectionListSpecialCharacter = '*'; /// public static readonly int DefaultSessionsStateHistorySize = 6; /// public static readonly String OptimumPageWeightParameter = "optimumPageWeight"; /// public static readonly String ScreenCharactersHeightParameter = "screenCharactersHeight"; } } // 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
- PathFigure.cs
- TargetControlTypeAttribute.cs
- DockingAttribute.cs
- ClientRolePrincipal.cs
- DbConnectionStringBuilder.cs
- ConfigurationSectionGroup.cs
- BaseTypeViewSchema.cs
- BinaryMessageEncodingBindingElement.cs
- TemplatePropertyEntry.cs
- XmlSignificantWhitespace.cs
- wmiprovider.cs
- DataGridGeneralPage.cs
- SelectionRange.cs
- HelpInfo.cs
- ErrorLog.cs
- MediaTimeline.cs
- BCLDebug.cs
- ErrorHandler.cs
- Profiler.cs
- ObjectIDGenerator.cs
- CqlParser.cs
- DataTemplateSelector.cs
- BufferedGraphics.cs
- FormatConvertedBitmap.cs
- BaseDataBoundControl.cs
- AsynchronousChannel.cs
- IgnoreDataMemberAttribute.cs
- DataObject.cs
- EdmFunction.cs
- AdjustableArrowCap.cs
- DbConnectionPoolOptions.cs
- odbcmetadatafactory.cs
- VarRemapper.cs
- MergeExecutor.cs
- WebBaseEventKeyComparer.cs
- xml.cs
- DataGridColumnsPage.cs
- CalendarDay.cs
- TdsParser.cs
- RenderingEventArgs.cs
- ProcessHost.cs
- DataGridViewSortCompareEventArgs.cs
- UidManager.cs
- SecurityRuntime.cs
- SqlServer2KCompatibilityCheck.cs
- NullableLongSumAggregationOperator.cs
- Property.cs
- PersonalizableTypeEntry.cs
- FixUpCollection.cs
- EntityDataSourceChangingEventArgs.cs
- SqlUDTStorage.cs
- GenericsNotImplementedException.cs
- SHA1Cng.cs
- SettingsContext.cs
- MsmqMessage.cs
- WebConfigurationHost.cs
- SqlServer2KCompatibilityAnnotation.cs
- ScriptReference.cs
- ZipIOLocalFileBlock.cs
- ListItemParagraph.cs
- SizeChangedInfo.cs
- ResourceExpressionBuilder.cs
- CallTemplateAction.cs
- ArraySegment.cs
- OdbcConnectionFactory.cs
- ServiceHandle.cs
- CrossSiteScriptingValidation.cs
- ParallelTimeline.cs
- ConnectorSelectionGlyph.cs
- MarshalByRefObject.cs
- UpdateTranslator.cs
- SafeCryptoKeyHandle.cs
- ArrowControl.xaml.cs
- CultureMapper.cs
- HttpSessionStateWrapper.cs
- TemplateNameScope.cs
- ApplicationHost.cs
- PictureBox.cs
- dbdatarecord.cs
- LineGeometry.cs
- XmlSchemaCompilationSettings.cs
- CodeDelegateInvokeExpression.cs
- ValidatorCompatibilityHelper.cs
- ColumnMap.cs
- SrgsElementFactoryCompiler.cs
- MetadataFile.cs
- SymbolEqualComparer.cs
- Section.cs
- Stackframe.cs
- CqlWriter.cs
- ImageAttributes.cs
- ClientRolePrincipal.cs
- XmlSchemaSimpleContentRestriction.cs
- ConstraintCollection.cs
- TreeView.cs
- SplitterPanel.cs
- DateTimeFormatInfoScanner.cs
- XmlQueryOutput.cs
- FixedSOMPage.cs
- XmlSchemaInferenceException.cs