Show / Hide Table of Contents

Class Feedback_Submit.PostData

Post ApiData

Inheritance
System.Object
FeedbackContent
Feedback_Submit.PostData
Inherited Members
FeedbackContent.rating
FeedbackContent.comments
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.ChannelManagement.API
Assembly: Appearition.SDK.dll
Syntax
public class PostData : FeedbackContent

Constructors

View Source

PostData()

Declaration
public PostData()
View Source

PostData(FeedbackContent)

Declaration
public PostData(FeedbackContent cc)
Parameters
Type Name Description
FeedbackContent cc

Fields

View Source

device

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

os

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

productId

Declaration
public int productId
Field Value
Type Description
System.Int32

Extension Methods

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