Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataWeb / Client / System / Data / Services / Client / MediaEntryAttribute.cs / 1 / MediaEntryAttribute.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// Attribute to denote entity types describing a media entry // //--------------------------------------------------------------------- namespace System.Data.Services.Client { using System; using System.Diagnostics; ////// This class marks a type that represents an Astoria client entity /// such that the Astoria client will treat it as a media entry /// according to ATOM's "media link entry" concept. /// [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)] public sealed class MediaEntryAttribute : Attribute { ///Name of the member that contains the data for the media entry private string mediaMemberName; ////// Creates a new MediaEntryAttribute attribute and sets the name /// of the member that contains the actual data of the media entry /// (e.g. a byte[] containing a picture, a string containing HTML, etc.) /// /// Name of the member that contains the data for the media entry public MediaEntryAttribute(string mediaMemberName) { this.mediaMemberName = mediaMemberName; } ///Name of the member that contains the data for the media entry public string MediaMemberName { get { return this.mediaMemberName; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// Attribute to denote entity types describing a media entry // //--------------------------------------------------------------------- namespace System.Data.Services.Client { using System; using System.Diagnostics; ////// This class marks a type that represents an Astoria client entity /// such that the Astoria client will treat it as a media entry /// according to ATOM's "media link entry" concept. /// [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)] public sealed class MediaEntryAttribute : Attribute { ///Name of the member that contains the data for the media entry private string mediaMemberName; ////// Creates a new MediaEntryAttribute attribute and sets the name /// of the member that contains the actual data of the media entry /// (e.g. a byte[] containing a picture, a string containing HTML, etc.) /// /// Name of the member that contains the data for the media entry public MediaEntryAttribute(string mediaMemberName) { this.mediaMemberName = mediaMemberName; } ///Name of the member that contains the data for the media entry public string MediaMemberName { get { return this.mediaMemberName; } } } } // 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
- dataprotectionpermissionattribute.cs
- TableCell.cs
- ExecutionEngineException.cs
- HttpCacheVaryByContentEncodings.cs
- LogEntrySerializationException.cs
- AccessDataSource.cs
- DecoderBestFitFallback.cs
- InstanceData.cs
- GeneratedCodeAttribute.cs
- PreviewPageInfo.cs
- M3DUtil.cs
- PasswordBoxAutomationPeer.cs
- PointAnimationBase.cs
- AliasedSlot.cs
- ContainerSelectorActiveEvent.cs
- SQLBinaryStorage.cs
- DesignerForm.cs
- ObjectDataSourceSelectingEventArgs.cs
- StaticDataManager.cs
- SemanticResolver.cs
- SmtpAuthenticationManager.cs
- SQLRoleProvider.cs
- NonPrimarySelectionGlyph.cs
- DoubleStorage.cs
- xsdvalidator.cs
- ColorAnimationUsingKeyFrames.cs
- ConnectionConsumerAttribute.cs
- WebPartConnectionsEventArgs.cs
- DispatcherFrame.cs
- DataGridItemEventArgs.cs
- XmlNamespaceMapping.cs
- DiscoveryDocumentSerializer.cs
- SafeArrayTypeMismatchException.cs
- WaitHandleCannotBeOpenedException.cs
- ReadOnlyPropertyMetadata.cs
- ThemeDirectoryCompiler.cs
- CharacterBuffer.cs
- XMLDiffLoader.cs
- Menu.cs
- StrongNameMembershipCondition.cs
- StrokeIntersection.cs
- ResponseStream.cs
- OleServicesContext.cs
- WindowsSecurityToken.cs
- ReadOnlyDataSourceView.cs
- CodeVariableReferenceExpression.cs
- ElementMarkupObject.cs
- ListParagraph.cs
- DataSourceControl.cs
- WebPartConnectionsCloseVerb.cs
- DragAssistanceManager.cs
- TCPListener.cs
- __Filters.cs
- ObjectHelper.cs
- DiscoveryOperationContext.cs
- Partitioner.cs
- TraceListener.cs
- DataServiceRequest.cs
- ColumnMapCopier.cs
- MarshalByRefObject.cs
- DataGridrowEditEndingEventArgs.cs
- ContentPlaceHolderDesigner.cs
- ConfigurationSectionCollection.cs
- OutputCacheSection.cs
- ClassGenerator.cs
- UndoEngine.cs
- XmlBinaryReader.cs
- PointAnimationClockResource.cs
- MatrixCamera.cs
- OracleBoolean.cs
- RelationshipSet.cs
- CqlGenerator.cs
- HyperLinkDataBindingHandler.cs
- DecimalConverter.cs
- Calendar.cs
- SQLChars.cs
- IntranetCredentialPolicy.cs
- ExtensionDataObject.cs
- HtmlControl.cs
- TransformCollection.cs
- Viewport3DAutomationPeer.cs
- DataBoundControlParameterTarget.cs
- ColumnCollectionEditor.cs
- ReturnType.cs
- Validator.cs
- ToolStripPanelRenderEventArgs.cs
- QueryRewriter.cs
- UniqueIdentifierService.cs
- WsatStrings.cs
- Icon.cs
- IEnumerable.cs
- ModelProperty.cs
- ListViewItemEventArgs.cs
- TypeRestriction.cs
- SHA384Managed.cs
- OutputCacheModule.cs
- UserPreferenceChangedEventArgs.cs
- HandledMouseEvent.cs
- ObjectDataSourceSelectingEventArgs.cs
- ResourcePool.cs