C# Class Rebel.Framework.EntityGraph.Domain.Entity.Attribution.MetaData.AttributeGroupDefinition

Inheritance: IAttributeGroupDefinition
Mostrar archivo Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
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.

Method Details

AttributeGroupDefinition() public method

Initializes a new instance of the AttributeGroupDefinition class.
public AttributeGroupDefinition ( ) : System
return System

CompareTo() public method

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.
return int

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string