메소드 | 설명 | |
---|---|---|
HasCollectionNavigationProperties ( ) : bool |
Returns true if this class has any collection navigation properties
|
|
HasProperty ( string name ) : bool |
Returns true if this class has a property of the given name
|
|
HasReadOnlyProperties ( ) : bool |
Returns true if this class has any read-only properties
|
|
IsCollectionNavigationProperty ( string propertyName ) : bool |
Returns true if the given property is a collection navigation property
|
|
IsExplicitlyUnmapped ( string name ) : bool |
Returns true if the given property name has a NotMappedAttribute applied
|
|
IsReadOnly ( string name ) : bool |
Returns true if the given property name is read-only
|
|
IsUnmapped ( string name ) : bool |
Returns true if the given property has the NotMappedAttribute applied
|
|
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
AddProperties ( IEnumerable |
||
EFCodeFirstClassInfo ( INamedTypeSymbol clsType ) : Microsoft.CodeAnalysis | ||
IsValidCollectionType ( string metadataName ) : bool |
public HasCollectionNavigationProperties ( ) : bool | ||
리턴 | bool |
public IsCollectionNavigationProperty ( string propertyName ) : bool | ||
propertyName | string | |
리턴 | bool |
public IsExplicitlyUnmapped ( string name ) : bool | ||
name | string | |
리턴 | bool |