C# 클래스 Rebel.Framework.EntityGraph.Domain.Entity.Attribution.MetaData.AttributeGroupDefinition

상속: IAttributeGroupDefinition
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
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