Shape - класс |
Пространство имён: Orchard.DisplayManagement.Shapes
public class Shape : Composite, IShape, IPositioned, IEnumerable<Object>, IEnumerable
Тип Shape предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| Shape | Инициализирует новый экземпляр класса Shape |
| Имя | Описание | |
|---|---|---|
| Attributes | ||
| Classes | ||
| Id | ||
| Items | ||
| Metadata | ||
| Position | ||
| Properties | (Унаследован от Composite.) |
| Имя | Описание | |
|---|---|---|
| Add | ||
| AddRange | ||
| Equals(Object) | (Унаследован от Composite.) | |
| Equals(Composite) | (Унаследован от Composite.) | |
| GetDynamicMemberNames | Returns the enumeration of all dynamic member names. (Унаследован от DynamicObject.) | |
| GetEnumerator | ||
| 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 | (Переопределяет CompositeTryConvert(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 | (Унаследован от Composite.) | |
| TryGetMember | (Унаследован от Composite.) | |
| TryGetMemberImpl | (Унаследован от Composite.) | |
| 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 | (Переопределяет CompositeTryInvokeMember(InvokeMemberBinder, Object, Object).) | |
| TrySetIndex | (Переопределяет CompositeTrySetIndex(SetIndexBinder, Object, Object).) | |
| 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.) |
| Имя | Описание | |
|---|---|---|
| ConsolidateObject, TSecond, TResult | (Определяется EnumerableExtensions.) | |
| CreateGridDataObject | (Определяется GridDataExtensions.) | |
| EachObject(ActionObject, Int32) | Перегружен. (Определяется EnumerableExtensions.) | |
| EachObject(ActionObject) | Перегружен.
Executes the provided delegate for each item.
(Определяется EnumerableExtensions.) | |
| GetID |
Получить идентификатор из объекта.
Вызывает ToString().ToLower()
(Определяется ObjectExtensions.) | |
| Implementation |
Получить реальный объект из класса
(Определяется ModelExtensions.) | |
| InvokeObject(ActionObject, ILogger) | Перегружен.
Safely invoke methods by catching non fatal exceptions and logging them
(Определяется InvokeExtensions.) | |
| InvokeObject, TResult(FuncObject, TResult, ILogger) | Перегружен. (Определяется InvokeExtensions.) | |
| IsAccessibleObject |
Verifies whether collection of INavigatable objects is accessible.
(Определяется NavigatableExtensions.) | |
| OrderByDependenciesAndPrioritiesObject |
Sort a collection of elements "by dependency order". By passing a lambda which determines if an element
is a dependency of another, this algorithm will return the collection of elements sorted
so that a given element in the sequence doesn't depend on any other element further in the sequence.
(Определяется DependencyOrdering.) | |
| RepeatObject |
Повторить код размеки для каждого элемента перечисления
(Определяется RazorExtensions.) | |
| SafeToString | (Определяется ObjectExtensions.) | |
| SelectRecursiveObject | (Определяется EnumerableExtensions.) | |
| ToEncodedJson |
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.) | |
| ToJson |
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.) | |
| ToJsonSlice |
Получить представление объекта в структуре Json.
Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.) | |
| ToReadOnlyCollectionObject | Перегружен. (Определяется ReadOnlyCollectionExtensions.) | |
| ToReadOnlyCollectionObject | Перегружен. (Определяется EnumerableExtensions.) |