Show / Hide Table of Contents

Class MediaType.OtherProperty

Inheritance
System.Object
MediaType.OtherProperty
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.Common
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class OtherProperty

Constructors

View Source

OtherProperty()

Declaration
public OtherProperty()
View Source

OtherProperty(MediaType.OtherProperty)

Copy Constructor

Declaration
public OtherProperty(MediaType.OtherProperty cc)
Parameters
Type Name Description
MediaType.OtherProperty cc

C.

Fields

View Source

DisplayMode

Declaration
public string DisplayMode
Field Value
Type Description
System.String
View Source

Id

Declaration
public int Id
Field Value
Type Description
System.Int32
View Source

MediaTypeName

Declaration
public string MediaTypeName
Field Value
Type Description
System.String
View Source

ShowAnimationName

Declaration
public bool ShowAnimationName
Field Value
Type Description
System.Boolean
View Source

ShowAutoPlay

Declaration
public bool ShowAutoPlay
Field Value
Type Description
System.Boolean
View Source

ShowChecksum

Declaration
public bool ShowChecksum
Field Value
Type Description
System.Boolean
View Source

ShowCustom

Declaration
public bool ShowCustom
Field Value
Type Description
System.Boolean
View Source

ShowInteractive

Declaration
public bool ShowInteractive
Field Value
Type Description
System.Boolean
View Source

ShowPreDownload

Declaration
public bool ShowPreDownload
Field Value
Type Description
System.Boolean
View Source

ShowRotation

Declaration
public bool ShowRotation
Field Value
Type Description
System.Boolean
View Source

ShowScale

Declaration
public bool ShowScale
Field Value
Type Description
System.Boolean
View Source

ShowTranslation

Declaration
public bool ShowTranslation
Field Value
Type Description
System.Boolean

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX