Click or drag to resize

Slash.Unity.DataBind.Core.Utils Namespace

Contains utilities for the core classes.
Classes
  ClassDescription
Public classAssemblyUtils
Utility methods for operating on assemblies.
Public classCollectionUtils
Utility methods for collections.
Public classComparisonUtils
Utility methods for comparing objects.
Public classContextPathAttribute
Use this attribute on a path field which should be visualized with the PathPropertyDrawer.
Public classContextTypeAttribute
Use this attribute on a Type field which should be set to a type that derives from the Context class.
Public classDataBindingSettingsProvider
Provides the data binding settings to use.
Public classDataBindSettings
Settings that can be set for the specific project Data Bind is used in.
Public classDataBindSettingsExtensions
Extension methods for the IDataBindSettings interface.
Public classEnumerableNode
Type info for an enumerable member.
Public classEnumExtensions
Utility methods for operating on enum values.
Public classFieldNode
Type info for a field member.
Public classMethodNode
Type info for a method member.
Public classNodeTypeInfo
Base class for member type info.
Public classObjectNodeTypeInfo
Type info for an object.
Public classPropertyNode
Type info for a property member.
Public classReflectionUtils
Provides utility methods for reflecting types and members.
Public classSystemExtensions
Extension methods for classes of the System namespace.
Public classTypeInfoUtils
Utility methods for Type. Collected in this class to not spread NETFX_CORE #ifs all over the code.
Public classTypeSelectionAttribute
Use this attribute on a Type field which should be set to a type that derives from a specific class.
Public classUnityUtils
Utility methods for Unity game objects.
Interfaces
  InterfaceDescription
Public interfaceIDataBindSettings
Interface for the settings.
Enumerations
  EnumerationDescription
Public enumerationContextMemberFilter
Flags to filter which members of a context should be used.
Public enumerationDataBindSettingsDataProviderFormats
Available naming formats for data property fields in IDataContext classes.