ContentItem - класс

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

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

Тип ContentItem предоставляет следующие члены.

Конструкторы
  ИмяОписание
Открытый методContentItem
Инициализирует новый экземпляр класса ContentItem
В начало страницы
Свойства
Методы
  ИмяОписание
Открытый методGet
Открытый метод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
Открытый метод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 (Переопределяет 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
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
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияAsT (Определяется ContentExtensions.)
Открытый метод расширенияGetT (Определяется ContentExtensions.)
Открытый метод расширенияGetID
Получить идентификатор из объекта. Вызывает ToString().ToLower()
(Определяется ObjectExtensions.)
Открытый метод расширенияHasT (Определяется ContentExtensions.)
Открытый метод расширенияImplementation
Получить реальный объект из класса
(Определяется ModelExtensions.)
Открытый метод расширенияIsT (Определяется ContentExtensions.)
Открытый метод расширенияIsPublished (Определяется ContentExtensions.)
Открытый метод расширенияSafeToString (Определяется ObjectExtensions.)
Открытый метод расширенияToEncodedJson
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.)
Открытый метод расширенияToJson
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.)
Открытый метод расширенияToJsonSlice
Получить представление объекта в структуре Json. Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.)
В начало страницы
См. также