N2 API Documentation
Utility Class
NamespacesN2Utility
Utility functions used in N2.
Declaration Syntax
C#Visual BasicVisual C++
public class Utility
Public Class Utility
public ref class Utility
Members
All MembersConstructorsMethods



IconMemberDescription
UtilityUtilityNew()()
static memberConvert(Object, Type)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
static memberEvaluate(Object, String)
Tries to find a property matching the supplied expression, returns null if no property is found with the first part of the expression.

Finalize()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()
Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()
Gets the Type of the current instance.
(Inherited from Object.)
static memberGetValue(Object, String)
MemberwiseClone()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
static memberMoteToIndex(IList<(Of <ContentItem>)>, ContentItem, Int32)
Moves an item in a list to a new index.

ToString()()
Returns a String that represents the current Object.
(Inherited from Object.)
static memberTypeFromName(String)
static memberUpdateSortOrder(IEnumerable<(Of <ContentItem>)>)
Iterates items and ensures that the item's sort order is ascending.

Inheritance Hierarchy
Object
Utility

Assembly: N2 (Module: N2) Version: 1.0.204.35916