C# 클래스 System.Data.Entity.Metadata.EntityMetadataBase

Entity metadata base class.
상속: IEntityMetadata
파일 보기 프로젝트 열기: Kation/ComBoost

공개 메소드들

메소드 설명
GetProperty ( string name ) : IPropertyMetadata

Get the property of entity.

보호된 메소드들

메소드 설명
EntityMetadataBase ( Type entityType ) : System

Initialize entity metadata.

SetAuthentication ( EntityAuthenticationAttribute authentication ) : void

Set the metadata of authentication.

SetDisplay ( DisplayNameAttribute display ) : void

Set the metadata of display.

SetDisplayColumn ( System.ComponentModel.DataAnnotations.DisplayColumnAttribute display ) : void

Set the metadata of display property.

SetMetadata ( ) : void

Set the metadata automatic.

SetParent ( System.ComponentModel.DataAnnotations.ParentAttribute parent ) : void

Set the metadata of parent.

SetProperties ( IEnumerable propertyMetadatas ) : void

Set the metadata of properties.

메소드 상세

EntityMetadataBase() 보호된 메소드

Initialize entity metadata.
protected EntityMetadataBase ( Type entityType ) : System
entityType System.Type
리턴 System

GetProperty() 공개 메소드

Get the property of entity.
public GetProperty ( string name ) : IPropertyMetadata
name string Name of property.
리턴 IPropertyMetadata

SetAuthentication() 보호된 메소드

Set the metadata of authentication.
protected SetAuthentication ( EntityAuthenticationAttribute authentication ) : void
authentication System.ComponentModel.DataAnnotations.EntityAuthenticationAttribute
리턴 void

SetDisplay() 보호된 메소드

Set the metadata of display.
protected SetDisplay ( DisplayNameAttribute display ) : void
display DisplayNameAttribute Display name attribute.
리턴 void

SetDisplayColumn() 보호된 메소드

Set the metadata of display property.
protected SetDisplayColumn ( System.ComponentModel.DataAnnotations.DisplayColumnAttribute display ) : void
display System.ComponentModel.DataAnnotations.DisplayColumnAttribute Display attribute.
리턴 void

SetMetadata() 보호된 메소드

Set the metadata automatic.
protected SetMetadata ( ) : void
리턴 void

SetParent() 보호된 메소드

Set the metadata of parent.
protected SetParent ( System.ComponentModel.DataAnnotations.ParentAttribute parent ) : void
parent System.ComponentModel.DataAnnotations.ParentAttribute Parent attribute.
리턴 void

SetProperties() 보호된 메소드

Set the metadata of properties.
protected SetProperties ( IEnumerable propertyMetadatas ) : void
propertyMetadatas IEnumerable Property metadatas.
리턴 void