C# 클래스 Castle.ActiveRecord.NestedAttribute

상속: WithAccessAttribute
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
NestedAttribute ( ) : System

Informs ActiveRecord that the marked property contains nested elements, contained in a separate, reusable class.

NestedAttribute ( String columnPrefix ) : System

Informs ActiveRecord that the marked property contains nested elements, contained in a separate, reusable class.

메소드 상세

NestedAttribute() 공개 메소드

Informs ActiveRecord that the marked property contains nested elements, contained in a separate, reusable class.
public NestedAttribute ( ) : System
리턴 System

NestedAttribute() 공개 메소드

Informs ActiveRecord that the marked property contains nested elements, contained in a separate, reusable class.
public NestedAttribute ( String columnPrefix ) : System
columnPrefix String A prefix to insert before each column in the nested component
리턴 System