Extensions Methods

<< >>

Navigation:  CodeStencil > Custom Library > Class Library > Expansion Namespace > Extensions Class >

Extensions Methods

The Extensions type exposes the following members.

Methods


Name

Description

Public method Static member

AddAfter(String, String, Boolean)

Adds the after.

Public method Static member

AddAfter(String, String, Int32, Int32)

Adds character(s) after the string depending whether it is the last element output from a loop. For example when you want to add comma while listing items in a ForEach or For loop

Public method Static member

AddCarriage

Adds the carriage.

Public method Static member

AddQuotes

Adds the quotes.

Public method Static member

AddTag(String, String, Int32)

Adds the tag.

Public method Static member

AddTag(String, String, String, Int32)

Adds the tag.

Public method Static member

AddTagWithCr

Adds the tag with cr.

Public method Static member

Comma(String)

Commas the specified string.

Public method Static member

Comma(String, Int32, Int32)

Commas the specified index.

Public method Static member

DeepClone<T>

Deeps the clone.

Public method Static member

HTag

hes the tag.

Public method Static member

HtmlTag(String, String, Int32)

Creates an html tag using the passed tag.

HTMLs the tag.

Public method Static member

HtmlTag(String, String, String, String, Int32)

Creates an html tag using the passed tag.

Public method Static member

Indent

Indents the passed string

Public method Static member

IsBlank

Determines whether the specified string is blank.

Public method Static member

Li

Create a list item(<li>) belonging to an unordered(<ul> or ordered list (<ol>)

Public method Static member

Pluralize

Pluralizes the specified string.

Public method Static member

SelfReferenceColumn

Selfs the reference column.

Public method Static member

SelfRefNavProperty

Selfs the reference nav property.

Public method Static member

SetText

Sets the text.

Public method Static member

Singularize

Singularizes the specified string.

Public method Static member

StripCarriage

Strips the carriage.

Public method Static member

Tag

Tags the specified tag.

Public method Static member

TagEnd

Tags the end.

Public method Static member

Ul

Creates an Unordered list tag

See Also


Extensions Class

ZeraSystems.CodeNanite.Expansion Namespace