Show / Hide Table of Contents

Class AssessmentProperty

Inheritance
System.Object
AssessmentProperty
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.Assessment
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class AssessmentProperty

Constructors

View Source

AssessmentProperty()

Declaration
public AssessmentProperty()
View Source

AssessmentProperty(AssessmentProperty)

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

Fields

View Source

fieldType

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

fieldTypeText

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

isReadOnly

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

ordinalPosition

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

propertyKey

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

propertyValue

Declaration
public string propertyValue
Field Value
Type Description
System.String

Extension Methods

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