Click or drag to resize

SystemTypeExtensions Class

[Missing <summary> documentation for "T:Casewhere.SystemTypes.SystemTypeExtensions"]

Inheritance Hierarchy
SystemObject
  Casewhere.SystemTypesSystemTypeExtensions

Namespace: Casewhere.SystemTypes
Assembly: Casewhere.SystemTypes (in Casewhere.SystemTypes.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class SystemTypeExtensions

The SystemTypeExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodIsNotNullOrEmpty(NullableGuid) 
Public Extension MethodIsNotNullOrEmptyT(IEnumerableT) 
Public Extension MethodIsNotNullOrEmptyT(ListT) 
Public Extension MethodIsNullOrEmptyT 
Public Extension MethodToSystemType 
Public Extension MethodToVariable Turn a string into a variable, such as, we have class: Workflow, and we want to generate the variable name: workflow
Public Extension MethodUpperFirstLetter 
Top
See Also