DisplayHelper - класс |
Пространство имён: Orchard.DisplayManagement.Implementation
public class DisplayHelper : DynamicObject
Тип DisplayHelper предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| DisplayHelper | Инициализирует новый экземпляр класса DisplayHelper |
| Имя | Описание | |
|---|---|---|
| GetDynamicMemberNames | Returns the enumeration of all dynamic member names. (Унаследован от DynamicObject.) | |
| GetMetaObject | Provides a DynamicMetaObject that dispatches to the dynamic virtual methods. The object can be encapsulated inside another DynamicMetaObject to provide custom behavior for individual actions. This method supports the Dynamic Language Runtime infrastructure for language implementers and it is not intended to be used directly from your code. (Унаследован от DynamicObject.) | |
| Invoke | ||
| ShapeExecute(IEnumerableObject) | ||
| ShapeExecute(Object) | ||
| ShapeExecute(Shape) | ||
| TryBinaryOperation | Provides implementation for binary operations. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations such as addition and multiplication. (Унаследован от DynamicObject.) | |
| TryConvert | Provides implementation for type conversion operations. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations that convert an object from one type to another. (Унаследован от DynamicObject.) | |
| TryCreateInstance | Provides the implementation for operations that initialize a new instance of a dynamic object. This method is not intended for use in C# or Visual Basic. (Унаследован от DynamicObject.) | |
| TryDeleteIndex | Provides the implementation for operations that delete an object by index. This method is not intended for use in C# or Visual Basic. (Унаследован от DynamicObject.) | |
| TryDeleteMember | Provides the implementation for operations that delete an object member. This method is not intended for use in C# or Visual Basic. (Унаследован от DynamicObject.) | |
| TryGetIndex | Provides the implementation for operations that get a value by index. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for indexing operations. (Унаследован от DynamicObject.) | |
| TryGetMember | Provides the implementation for operations that get member values. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations such as getting a value for a property. (Унаследован от DynamicObject.) | |
| TryInvoke | (Переопределяет DynamicObject.TryInvoke(InvokeBinder, Object, Object).) | |
| TryInvokeMember | (Переопределяет DynamicObject.TryInvokeMember(InvokeMemberBinder, Object, Object).) | |
| TrySetIndex | Provides the implementation for operations that set a value by index. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations that access objects by a specified index. (Унаследован от DynamicObject.) | |
| TrySetMember | Provides the implementation for operations that set member values. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations such as setting a value for a property. (Унаследован от DynamicObject.) | |
| TryUnaryOperation | Provides implementation for unary operations. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations such as negation, increment, or decrement. (Унаследован от DynamicObject.) |
| Имя | Описание | |
|---|---|---|
| GetID |
Получить идентификатор из объекта.
Вызывает ToString().ToLower()
(Определяется ObjectExtensions.) | |
| Implementation |
Получить реальный объект из класса
(Определяется ModelExtensions.) | |
| SafeToString | (Определяется ObjectExtensions.) | |
| ToEncodedJson |
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.) | |
| ToJson |
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.) | |
| ToJsonSlice |
Получить представление объекта в структуре Json.
Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.) |