C# Class AspNetEdit.Editor.Persistence.TagAttributes

Datei anzeigen Open project: mono/aspeditor Class Usage Examples

Public Methods

Method Description
Add ( object key, object value ) : void
GetDictionary ( string key ) : Hashtable
IsDataBound ( string att ) : bool
IsRunAtServer ( ) : bool
TagAttributes ( ) : System
ToString ( ) : string
this ( object key ) : object

Private Methods

Method Description
CaseInsensitiveSearch ( string key ) : int
CheckServerKey ( object key ) : void
MakeHash ( ) : void

Method Details

Add() public method

public Add ( object key, object value ) : void
key object
value object
return void

GetDictionary() public method

public GetDictionary ( string key ) : Hashtable
key string
return System.Collections.Hashtable

IsDataBound() public method

public IsDataBound ( string att ) : bool
att string
return bool

IsRunAtServer() public method

public IsRunAtServer ( ) : bool
return bool

TagAttributes() public method

public TagAttributes ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( object key ) : object
key object
return object