ContentPartTRecord - класс |
Пространство имён: Orchard.ContentManagement
Тип ContentPartTRecord предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| ContentPartTRecord | Инициализирует новый экземпляр класса ContentPartTRecord |
| Имя | Описание | |
|---|---|---|
| ContentItem | (Унаследован от ContentPart.) | |
| Fields | (Унаследован от ContentPart.) | |
| Id |
The ContentItem's identifier.
(Унаследован от ContentPart.) | |
| IsVersionableRecord | ||
| PartDefinition | (Унаследован от ContentPart.) | |
| Record | ||
| Settings | (Унаследован от ContentPart.) | |
| TypeDefinition | (Унаследован от ContentPart.) | |
| TypePartDefinition | (Унаследован от ContentPart.) |
| Имя | Описание | |
|---|---|---|
| Get | (Унаследован от ContentPart.) | |
| 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.) | |
| Has | (Унаследован от ContentPart.) | |
| RetrieveT(String) | (Унаследован от ContentPart.) | |
| RetrieveTProperty(ExpressionFuncTRecord, TProperty) | ||
| RetrieveTProperty(ExpressionFuncTRecord, TProperty, FuncTRecord, TProperty) | ||
| RetrieveTProperty(ExpressionFuncTRecord, TProperty, TProperty) | ||
| RetrieveVersionedT | (Унаследован от ContentPart.) | |
| StoreT(String, T) | (Унаследован от ContentPart.) | |
| StoreTProperty(ExpressionFuncTRecord, TProperty, TProperty) | ||
| StoreVersionedT | (Унаследован от ContentPart.) | |
| 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 | (Унаследован от ContentPart.) | |
| 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 | Provides the implementation for operations that invoke a member. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations such as calling a method. (Унаследован от DynamicObject.) | |
| 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.) | |
| Weld | (Унаследован от ContentPart.) |
| Имя | Описание | |
|---|---|---|
| _record |
| Имя | Описание | |
|---|---|---|
| GetID |
Получить идентификатор из объекта.
Вызывает ToString().ToLower()
(Определяется ObjectExtensions.) | |
| Implementation |
Получить реальный объект из класса
(Определяется ModelExtensions.) | |
| RetrieveTProperty | (Определяется InfosetHelper.) | |
| SafeToString | (Определяется ObjectExtensions.) | |
| StoreTProperty | (Определяется InfosetHelper.) | |
| ToEncodedJson |
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.) | |
| ToJson |
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.) | |
| ToJsonSlice |
Получить представление объекта в структуре Json.
Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.) |