Show / Hide Table of Contents

Class LearnDataExtensions

Encapsulates business rules and logic for learn data nodes

Inheritance
System.Object
LearnDataExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.Assessment
Assembly: Appearition.SDK.dll
Syntax
public static class LearnDataExtensions

Methods

View Source

IsFalse(String)

Declaration
public static bool IsFalse(string theValue)
Parameters
Type Name Description
System.String theValue
Returns
Type Description
System.Boolean
View Source

IsNodeTouchable(LearnNode)

By default all nodes are touchable unless that have a property named "Is Touchable" and its set to false.

Declaration
public static bool IsNodeTouchable(LearnNode node)
Parameters
Type Name Description
LearnNode node
Returns
Type Description
System.Boolean
View Source

StripWhitespace(String)

Declaration
public static string StripWhitespace(string theValue)
Parameters
Type Name Description
System.String theValue
Returns
Type Description
System.String
  • View Source
Back to top Generated by DocFX