메소드 | 설명 | |
---|---|---|
GetProperty ( string name ) : IPropertyMetadata |
Get the property of entity.
|
메소드 | 설명 | |
---|---|---|
EntityMetadataBase ( |
Initialize entity metadata.
|
|
SetAuthentication ( |
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 |
Set the metadata of properties.
|
protected EntityMetadataBase ( |
||
entityType | ||
리턴 | System |
public GetProperty ( string name ) : IPropertyMetadata | ||
name | string | Name of property. |
리턴 | IPropertyMetadata |
protected SetAuthentication ( |
||
authentication | ||
리턴 | void |
protected SetDisplay ( DisplayNameAttribute display ) : void | ||
display | DisplayNameAttribute | Display name attribute. |
리턴 | void |
protected SetDisplayColumn ( System.ComponentModel.DataAnnotations.DisplayColumnAttribute display ) : void | ||
display | System.ComponentModel.DataAnnotations.DisplayColumnAttribute | Display attribute. |
리턴 | void |
protected SetParent ( System.ComponentModel.DataAnnotations.ParentAttribute parent ) : void | ||
parent | System.ComponentModel.DataAnnotations.ParentAttribute | Parent attribute. |
리턴 | void |
protected SetProperties ( IEnumerable |
||
propertyMetadatas | IEnumerable |
Property metadatas. |
리턴 | void |