C# Класс Rebel.Framework.EntityGraph.Domain.Entity.Attribution.MetaData.AttributeGroupDefinition

Наследование: IAttributeGroupDefinition
Показать файл Открыть проект

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

Метод Описание
AttributeGroupDefinition ( ) : System

Initializes a new instance of the AttributeGroupDefinition class.

CompareTo ( int other ) : int

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

ToString ( ) : string

Returns a System.String that represents this instance.

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

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

Initializes a new instance of the AttributeGroupDefinition class.
public AttributeGroupDefinition ( ) : System
Результат System

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

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

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string