Show / Hide Table of Contents

Class ArTarget

Container of an Appearition Asset JSON ApiData model.

Inheritance
System.Object
Asset
ArTarget
Inherited Members
Asset.assetId
Asset.productId
Asset.name
Asset.createdByUsername
Asset.mediaGridWidth
Asset.mediaFiles
Asset.targetImages
Asset.tags
Asset.createdUtcDate
Asset.createdUtcDateStr
Asset.CreatedUtcDate
Asset.modifiedUtcDate
Asset.modifiedUtcDateStr
Asset.ModifiedUtcDate
Asset.shortDescription
Asset.longDescription
Asset.copyrightInfo
Asset.CopyValuesFrom(Asset)
Asset.IsImageDownloaded(Int32)
Asset.IsImageDownloaded(TargetImage)
Asset.ContainsTag(String)
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.ArTargetImageAndMedia
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class ArTarget : Asset

Constructors

View Source

ArTarget()

Declaration
public ArTarget()
View Source

ArTarget(ArTarget)

Copy Constructor

Declaration
public ArTarget(ArTarget cc)
Parameters
Type Name Description
ArTarget cc

C.

View Source

ArTarget(Asset)

Copy Constructor

Declaration
public ArTarget(Asset cc)
Parameters
Type Name Description
Asset cc

C.

Fields

View Source

arTargetId

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

canDeleteExperience

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

canEditExperience

Whether or not the experience can be edited at all. If false, any edit API will return with an error.

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

isFromMarket

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

isInMarket

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

isLocked

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

isPublished

Declaration
public bool isPublished
Field Value
Type Description
System.Boolean

Methods

View Source

CopyValuesFrom(ArTarget)

Declaration
public void CopyValuesFrom(ArTarget cc)
Parameters
Type Name Description
ArTarget cc

Extension Methods

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