C# Класс Rebel.Framework.Persistence.Model.Attribution.AttributeGroup

Наследование: PersistenceEntity, IReferenceByAlias, IReferenceByOrdinal
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AttributeGroup ( ) : System.Collections
AttributeGroup ( IEnumerable attributes ) : System.Collections
CompareTo ( int other ) : int

Compares the current object with another object of the same type.

Описание методов

AttributeGroup() публичный Метод

public AttributeGroup ( ) : System.Collections
Результат System.Collections

AttributeGroup() публичный Метод

public AttributeGroup ( IEnumerable attributes ) : System.Collections
attributes IEnumerable
Результат System.Collections

CompareTo() публичный Метод

Compares the current object with another object of the same type.
public CompareTo ( int other ) : int
other int An object to compare with this object.
Результат int