Show / Hide Table of Contents

Class QuestionGridAttachment

Corresponds to the DDI GridAttachment element. Colectica will serialize and deserialize the GridAttachment, but will not provide any display or user interaction with this information, except through the SDK. We consider this section of the standard ambiguous and do not recommend using it.

Inheritance
object
QuestionGridAttachment
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class QuestionGridAttachment

Properties

CellCoordinatesAsDefined

Part of the GridAttachment implementation. Colectica will serialize and deserialize this, but will not provide any display or user interaction with this information, except through the SDK. We consider this section of the standard ambiguous and do not recommend using it.

Declaration
public List<CellCoordinatesAsDefined> CellCoordinatesAsDefined { get; }
Property Value
Type Description
List<CellCoordinatesAsDefined>
In this article
Back to top Generated by DocFX