SIFWorks ADK 2.0
Element..::ElementFlags Enumeration
NamespacesEdustructures.SifWorksElementElement..::ElementFlags

[This is preliminary documentation and is subject to change.]

Declaration Syntax
C#Visual BasicVisual C++
[FlagsAttribute]
protected enum ElementFlags
<FlagsAttribute> _
Protected Enumeration ElementFlags
[FlagsAttribute]
protected enum class ElementFlags
Members
MemberDescription
Dirty
State flag indicating this Element has a dirty value. This state is enabled at the time of constuction (i.e. all elements are dirty by default) and must be explicitly disabled by an agent as necessary.

Empty
State flag indicating this Element has an empty value. This state is disabled at the time of construction, but may be set or cleared by methods that set this element's value.

DoNotEncode
Option flag indicating XML Encoding of character entities should not be performed on this Element's text content when rendered by the ADK.

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10