Show / Hide Table of Contents

Class QualityStatementItemState

Represents the state of a quality statement item.

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

Properties

Visibility

Gets a value determining whether the item should be displayed.

Declaration
public QualityStatementItemVisibility Visibility { get; set; }
Property Value
Type Description
QualityStatementItemVisibility

Weight

Gets a weight that determines the sort order of the item. If no items in a list have a weight set, the list will be left in its default order.

Declaration
public int? Weight { get; set; }
Property Value
Type Description
int?
In this article
Back to top Generated by DocFX