C# 클래스 Telerik.Web.Mvc.Extensions.DictionaryExtensions

Contains extension methods of IDictionary<string, objectT>.
파일 보기 프로젝트 열기: juanplopes/simple-telerik

공개 메소드들

메소드 설명
AddStyleAttribute ( object>.this instance, string key, string value ) : void
AppendInValue ( object>.this instance, string key, string separator, object value ) : void

Appends the in value.

Merge ( object>.this instance, object>.IDictionary from, bool replaceExisting ) : void

Merges the specified instance.

Merge ( object>.this instance, string key, object value, bool replaceExisting ) : void

Merges the specified instance.

PrependInValue ( object>.this instance, string key, string separator, object value ) : void

Appends the specified value at the beginning of the existing value

ToAttributeString ( object>.this instance ) : string

Toes the attribute string.

비공개 메소드들

메소드 설명
Merge ( object>.this instance, object>.IDictionary from ) : void
Merge ( object>.this instance, object values ) : void
Merge ( object>.this instance, object values, bool replaceExisting ) : void

메소드 상세

AddStyleAttribute() 공개 정적인 메소드

public static AddStyleAttribute ( object>.this instance, string key, string value ) : void
instance object>.this
key string
value string
리턴 void

AppendInValue() 공개 정적인 메소드

Appends the in value.
public static AppendInValue ( object>.this instance, string key, string separator, object value ) : void
instance object>.this The instance.
key string The key.
separator string The separator.
value object The value.
리턴 void

Merge() 공개 정적인 메소드

Merges the specified instance.
public static Merge ( object>.this instance, object>.IDictionary from, bool replaceExisting ) : void
instance object>.this The instance.
from object>.IDictionary From.
replaceExisting bool if set to true [replace existing].
리턴 void

Merge() 공개 정적인 메소드

Merges the specified instance.
public static Merge ( object>.this instance, string key, object value, bool replaceExisting ) : void
instance object>.this The instance.
key string The key.
value object The value.
replaceExisting bool if set to true [replace existing].
리턴 void

PrependInValue() 공개 정적인 메소드

Appends the specified value at the beginning of the existing value
public static PrependInValue ( object>.this instance, string key, string separator, object value ) : void
instance object>.this
key string
separator string
value object
리턴 void

ToAttributeString() 공개 정적인 메소드

Toes the attribute string.
public static ToAttributeString ( object>.this instance ) : string
instance object>.this The instance.
리턴 string