Zones - класс |
Пространство имён: Orchard.UI.Zones
public class Zones : Composite
Тип Zones предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| Zones | Инициализирует новый экземпляр класса Zones |
| Имя | Описание | |
|---|---|---|
| Properties | (Унаследован от Composite.) |
| Имя | Описание | |
|---|---|---|
| Equals(Object) | (Унаследован от Composite.) | |
| Equals(Composite) | (Унаследован от Composite.) | |
| GetDynamicMemberNames | Returns the enumeration of all dynamic member names. (Унаследован от DynamicObject.) | |
| GetHashCode | (Унаследован от Composite.) | |
| 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.) | |
| 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 | (Унаследован от Composite.) | |
| 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 | (Переопределяет CompositeTryGetIndex(GetIndexBinder, Object, Object).) | |
| TryGetMember | (Переопределяет CompositeTryGetMember(GetMemberBinder, Object).) | |
| TryGetMemberImpl | (Переопределяет CompositeTryGetMemberImpl(String, Object).) | |
| TryInvoke | Provides the implementation for operations that invoke an object. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations such as invoking an object or a delegate. (Унаследован от DynamicObject.) | |
| TryInvokeMember | (Унаследован от Composite.) | |
| TrySetIndex | (Унаследован от Composite.) | |
| TrySetMember | (Унаследован от Composite.) | |
| TrySetMemberImpl | (Унаследован от Composite.) | |
| 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.) |