C# 클래스 Castle.ActiveRecord.Any.MetaValueAttribute

상속: System.Attribute, IComparable
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
MetaValueAttribute ( string value, Type clazz ) : System

Initializes a new instance of the MetaValueAttribute class.

비공개 메소드들

메소드 설명
IComparable ( object obj ) : int

This is here so the XmlGenerationVisitor will always output the meta-values in consistent order, to aid the tests.

메소드 상세

MetaValueAttribute() 공개 메소드

Initializes a new instance of the MetaValueAttribute class.
public MetaValueAttribute ( string value, Type clazz ) : System
value string The value.
clazz System.Type The clazz.
리턴 System