Class executiontype
Class for specifying the date/time, reason and who modified or changed an element.
Inherited Members
Namespace: I3SubNot
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class executiontype
Fields
| Edit this page View SourceAnyAttr
Extension point for attributes.
Declaration
public List<XmlAttribute> AnyAttr
Field Value
Type | Description |
---|---|
List<XmlAttribute> |
by
URI of the person or entity making the change. Optional.
Declaration
public string by
Field Value
Type | Description |
---|---|
string |
reason
Text describing the reason for the change. Optional.
Declaration
public string reason
Field Value
Type | Description |
---|---|
string |
when
Date/time the change was made. Not valid if whenSpecified is false.
Declaration
public DateTime when
Field Value
Type | Description |
---|---|
DateTime |
whenSpecified
If true, then the when field is valid.
Declaration
public bool whenSpecified
Field Value
Type | Description |
---|---|
bool |