Nil - класс |
Пространство имён: Orchard.DisplayManagement.Shapes
public class Nil : DynamicObject
Тип Nil предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| Instance |
| Имя | Описание | |
|---|---|---|
| Equals | (Переопределяет Object.Equals(Object).) | |
| GetDynamicMemberNames | Returns the enumeration of all dynamic member names. (Унаследован от DynamicObject.) | |
| GetHashCode | (Переопределяет Object.GetHashCode.) | |
| 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.) | |
| ToString | (Переопределяет Object.ToString.) | |
| TryBinaryOperation | (Переопределяет DynamicObject.TryBinaryOperation(BinaryOperationBinder, Object, Object).) | |
| TryConvert | (Переопределяет DynamicObject.TryConvert(ConvertBinder, Object).) | |
| 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 | (Переопределяет DynamicObject.TryGetIndex(GetIndexBinder, Object, Object).) | |
| TryGetMember | (Переопределяет DynamicObject.TryGetMember(GetMemberBinder, 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 | (Переопределяет 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.) |
| Имя | Описание | |
|---|---|---|
| Equality(Nil, Nil) | ||
| Equality(Nil, Object) | ||
| Inequality(Nil, Nil) | ||
| Inequality(Nil, Object) |
| Имя | Описание | |
|---|---|---|
| GetID |
Получить идентификатор из объекта.
Вызывает ToString().ToLower()
(Определяется ObjectExtensions.) | |
| Implementation |
Получить реальный объект из класса
(Определяется ModelExtensions.) | |
| SafeToString | (Определяется ObjectExtensions.) | |
| ToEncodedJson |
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.) | |
| ToJson |
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.) | |
| ToJsonSlice |
Получить представление объекта в структуре Json.
Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.) |