Show / Hide Table of Contents

Class QualityStatementItemState

Represents the state of a quality statement item.

Inheritance
System.Object
QualityStatementItemState
Namespace: Algenta.Colectica.ViewModel
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public class QualityStatementItemState : object

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
System.Nullable<System.Int32>

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica