C#編碼規範(3):常用變數和控制項在變數命名中縮寫

來源:互聯網
上載者:User

基本類型:

資料類型             縮寫

string                    str

int                         i

char                      chr

sbyte                     sb

byte                      bt

uint                       ui

long                      l

ulong                    ul

float                      f

double                   d

bool                      b

decimal                 dec

A、web控制項 

控制項名                                       縮寫

AdRotator                                   art

Button                                         btn

Calendar                                      cd

CheckBox                                   chk

CheckBoxList                             chkl

CompareValidator                        cpv

CustomValidator                          ctv

DataGrid                                    dg

DataList                                     dl

DropDownList                            ddl

HyperLink                                  hl

Image                                        img

ImageButton                               Ibtn

Label                                          lbl

ListBox                                      lst

Panel                                          pl

PlaceHolder                                ph

RadioButton                                rb

RadioButtonList                           rbl

RangeValidator                            rv

RegularExpressionValidator           rev

Repeater                                     rp

RequiredFieldValidator                  rfv

Table                                          tb

TableCell                                    tc

TableRow                                   tr

TextBox                                     txt

ValidationSummary                      vs

XML                                          XML

 

B、html控制項 

控制項名                                      縮寫

HtmlAnchor                                hah

HtmlButton                                 hbtn

HtmlForm                                   hform

HtmlGenericControl                     hgc

HtmlImage                                  himg

HtmlInputButton(按鈕)            htxt

HtmlInputButton(重設)            hrbtn

HtmlInputButton(提交)            hcbtn

HtmlInputCheckBox                    hick

HtmlInputFile                              hifile

HtmlInputHidden                         hihidden

HtmlInputImage                          hiimg

HtmlInputRadioButton                  hirb

HtmlInputText(密碼)               hpwd

HtmlInputText(文本)               hitxt

HtmlSelect                                  hslt

HtmlTable                                   htab

HtmlTableCell                              htc

HtmlTableRow                            htr

HtmlTextArea                              htxta

 

C、ADO.NET控制項命名規範 

類型                     首碼              樣本

Connection            con                conNorthwind

Command              cmd               cmdReturnProducts

Parameter              parm              parmProductID

DataAdapter           dad                dadProducts

DataReader            dtr                 dtrProducts

DataSet                 dst                 dstNorthWind

DataTable              dtbl                dtblProduct

DataRow               drow              drowRow98

DataColumn           dcol               dcolProductID

DataRelation          drel                drelMasterDetail

DataView               dvw               dvwFilteredProducts

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.