C# Class Rebel.Framework.Persistence.Abstractions.Attribution.MetaData.IAttributeTypeDefinitionCodeContract

Inheritance: IAttributeTypeDefinition
ファイルを表示 Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
CompareTo ( int other ) : int

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

Private Methods

Method Description
ObjectInvariant ( ) : void

Method Details

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