OpmlHead Class
Defines a managed representation of the OPML head element.
Namespace
Songhay.Models
Base Types
  • object
graph BT Type-->Base0["object"] Type["OpmlHead"] class Type type-node

Syntax

[Serializable]
[XmlRoot(ElementName = "head")]
[DataContract(Name = "head")]
public class OpmlHead

Attributes

Type Description
Serializable
XmlRoot
DataContract

Constructors

Name Summary
OpmlHead() Initializes a new instance of the OpmlHead class.

Properties

Name Property Type Summary
DateCreated DateTime?
Gets or sets the date created.
DateCreatedString string
Gets the date created string.
DateModified DateTime?
Gets or sets the date modified.
DateModifiedString string
Gets the date created string.
OwnerEmail string
Gets or sets the owner email.
OwnerName string
Gets or sets the name of the owner.
Title string
Gets or sets the title.

Extension Methods

Name Value Summary
IsAssignableToISerializable<OpmlHead>() bool
Determines whether the specified type can be assigned to System.Runtime.Serialization.ISerializable.
ToObjectOrDbNull<OpmlHead>() object
Boxes the nullable in object or returns DBNull.
ToReferenceTypeValueOrThrow<OpmlHead>(string) T
Returns the non-null value of the specified, nullable reference type or throws an ArgumentNullException when the value is null.