C# (CSharp) ArcGISPortalViewer.Common Namespace

Classes

Name Description
BiConditionalConverter The Bi-Conditional Converter is designed to have two possible outcomes produced by the evaluation of the proposed conversion value. If the condition evaluates to'true' then the left hand value is returned otherwise the right hand value is returned. In addition a "reverse" keyword can be used in the converter parameter property to invert the condition in which case an evaluation that results in 'true' will return the right hand value and 'false' will return the left hand value.
CollectionTypeConverter
HtmlStringDecodeConverter
HtmlToTextConverter
PopupItemFormatConverter
PortalItemToHtmlStringConverter
ReverseOrderConverter
RichTextColumns
StringJoinConverter
SuspensionManager SuspensionManager captures global session state to simplify process lifetime management for an application. Note that session state will be automatically cleared under a variety of conditions and should only be used to store information that would be convenient to carry across sessions, but that should be disacarded when an application crashes or is upgraded.
SuspensionManagerException
ToStringFormatConverter
WordSplitterConverter