C# Class Rebel.Framework.Persistence.Model.Attribution.AttributeGroup

Inheritance: PersistenceEntity, IReferenceByAlias, IReferenceByOrdinal
Exibir arquivo Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
AttributeGroup ( ) : System.Collections
AttributeGroup ( IEnumerable attributes ) : System.Collections
CompareTo ( int other ) : int

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

Method Details

AttributeGroup() public method

public AttributeGroup ( ) : System.Collections
return System.Collections

AttributeGroup() public method

public AttributeGroup ( IEnumerable attributes ) : System.Collections
attributes IEnumerable
return System.Collections

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