Class MediaFormatTypeAttribute
This attribute should be placed on Media classes to point out which type of Format that the Media represents.
Inheritance
System.Object
MediaFormatTypeAttribute
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public sealed class MediaFormatTypeAttribute : Attribute
Constructors
MediaFormatTypeAttribute(Type)
Initializes a new instance of the MediaFormatTypeAttribute class.
Declaration
public MediaFormatTypeAttribute(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type |
Properties
FormatType
Get/Sets the FormatType of the MediaFormatTypeAttribute
Declaration
public Type FormatType { get; set; }
Property Value
Type | Description |
---|---|
System.Type |