Class MediaType
Inheritance
object
MediaType
Implements
IEquatable<MediaType>
Inherited Members
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Boomack.Client.Model
Assembly: NBoomackClient.dll
Syntax
public class MediaType : IEquatable<MediaType>
Properties
Options
Declaration
public DisplayOptions Options { get; set; }
Property Value
Type | Description |
---|---|
DisplayOptions |
Presets
Declaration
public IList<string> Presets { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Text
Declaration
public bool? Text { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Methods
Equals(MediaType)
Declaration
public bool Equals(MediaType other)
Parameters
Type | Name | Description |
---|---|---|
MediaType | other |
Returns
Type | Description |
---|---|
bool |
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj |
Returns
Type | Description |
---|---|
bool |
Overrides
object.Equals(object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int |
Overrides
object.GetHashCode()
Implements
System.IEquatable<T>