Click or drag to resize

ConfigMedia Class

A Configuration2 child document describing a registered Media.
Inheritance Hierarchy
SystemObject
  Orthogonal.Hoarder.StdLib.EntityConfigMedia

Namespace: Orthogonal.Hoarder.StdLib.Entity
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntax
C#
[SerializableAttribute]
public class ConfigMedia

The ConfigMedia type exposes the following members.

Constructors
 NameDescription
Public methodConfigMediaInitializes a new instance of the ConfigMedia class
Public methodConfigMedia(String)Initializes a new instance of the ConfigMedia class
Top
Properties
 NameDescription
Public propertyComment 
Public propertyDescription An optional description of the media.
Public propertyName The short familiar name of the media, such as CD, Book, Magazine, etc.
Public propertyPictureBlobName The optional name of an Azure storage account Blob providing the image for the media.
Public propertySequence 
Top
Methods
 NameDescription
Public methodToString
(Overrides ObjectToString)
Top
See Also