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 SourceAssessmentProperty()
Declaration
public AssessmentProperty()
AssessmentProperty(AssessmentProperty)
Declaration
public AssessmentProperty(AssessmentProperty cc)
Parameters
Type | Name | Description |
---|---|---|
AssessmentProperty | cc |
Fields
View SourcefieldType
Declaration
public int fieldType
Field Value
Type | Description |
---|---|
System.Int32 |
fieldTypeText
Declaration
public string fieldTypeText
Field Value
Type | Description |
---|---|
System.String |
isReadOnly
Declaration
public int isReadOnly
Field Value
Type | Description |
---|---|
System.Int32 |
ordinalPosition
Declaration
public int ordinalPosition
Field Value
Type | Description |
---|---|
System.Int32 |
propertyKey
Declaration
public string propertyKey
Field Value
Type | Description |
---|---|
System.String |
propertyValue
Declaration
public string propertyValue
Field Value
Type | Description |
---|---|
System.String |