Click or drag to resize

TextItemAttrs Enumeration

TextItem.Attributes values

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum TextItemAttrs
Members
  Member nameValueDescription
IsDirty1 The TextItem is dirty. This bit is set internally when the value changes.
FromStorage2 The TextItem was loaded from storage (xmt_text).
Persist4 This TextItem should be persisted to storage.
ToRemove16 This item should should be removed when RemoveMarked is called.
NoProductionLoad32 This item should not be loaded when the application IsProduction property is true.
Literal64 The text item should be displayed literally. No case or format transformation is allowed on text items with this attribute.
Translated128 The text item has been translated.
See Also