Enumerators

Enumerator

AuthorsPreferredOffice

Type

String
In page /ASP.NETSamples/DisplayData.aspx.vb line 23
Properties Name Value
  Boston BT
  NewYork NY
  SanFrancisco SF

Enumerator

AuthorsRoyaltyPercentage

Type

Not defined.
In page /App_Code/DisplayDataCode.vb line 16
Properties Name Value
  Large 12
  Medium 10
  Small 5

Enumerator

CustomerBusinessContinent

Type

int
In page /ASP.NETSamples/DisplayCustomer.aspx.cs line 37

Summary

Customer's continents
Properties Name Value
  Africa 13
  Asia 1
  Australasia 2
  Europe 12
  North_America 150
  South_America 151

Enumerator

CustomerBusinessSize

Type

int
In page /ASP.NETSamples/DisplayCustomer.aspx.cs line 27

Summary

Customer's businesses are divided into several groups
Properties Name Value
  Large 0
  Medium 1
  Small 2

Enumerator

SortBy

Type

int
In page /App_Code/TWUSearchCode.cs line 71
Properties Name Value
  Rank 1
  Title 2
  URL 3

Enumerator

SortBy_Data

Type

int
In page /App_Code/TWUSearchData.cs line 51
Properties Name Value
  Rank 1
  Title 2
  URL 3