ContentPartTRecord - класс

Иерархия наследования
Object
  DynamicObject
    Orchard.ContentManagementContentPart
      Orchard.ContentManagementContentPartTRecord

Пространство имён:  Orchard.ContentManagement
Сборка:  EleWise.ELMA.SDK.Web (в EleWise.ELMA.SDK.Web.dll) Версия: 1.0.0.0
Синтаксис
C#
public class ContentPart<TRecord> : ContentPart

Параметры типа

TRecord

Тип 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.)
В начало страницы
См. также