ModelClass Properties |
The ModelClass type exposes the following members.
Name | Description | |
---|---|---|
AllAttributes |
All attributes in the class, including those inherited from base classes
| |
AllIdentityAttributeNames |
Names of all identity attributes in the inheritance chain
| |
AllIdentityAttributes |
All identity attributes in the inheritance chain
| |
AllPropertyNames |
Names of all properties in the class
| |
AllRequiredAttributes |
All required attributes in the inheritance chain
| |
AllSubclasses | ||
AllSuperclasses | ||
Attributes |
Gets a list of Attributes.
| |
AutoPropertyDefault |
Gets or sets the value of AutoPropertyDefault domain property.
Default value for this class's attribute AutoProperty setting
| |
BaseClass |
Gets or sets the value of BaseClass domain property.
Exposes Superclass property in property editor
| |
BidirectionalSources |
Gets a list of BidirectionalSources.
| |
BidirectionalTargets |
Gets a list of BidirectionalTargets.
| |
Comments |
Gets a list of Comments.
Description for
Sawczyn.EFDesigner.EFModel.CommentReferencesSubjects.DesignElement
(Inherited from DesignElement.) | |
Concurrency |
Gets or sets the value of Concurrency domain property.
Overridden concurrency handling strategy.
| |
CustomAttributes |
Gets or sets the value of CustomAttributes domain property.
Any custom attributes to be generated for this element. Will be passed through
as entered.
| |
CustomInterfaces |
Gets or sets the value of CustomInterfaces domain property.
Optional comma-separated list of interfaces that will be added to the class
definition
| |
DatabaseSchema |
Gets or sets the value of DatabaseSchema domain property.
The schema to use for table creation. Overrides default schema for model if
present.
| |
DbSetName |
Gets or sets the value of DbSetName domain property.
Name of this class's container variable in the generated context
| |
DefaultNamespace | ||
DefaultOutputDirectory | ||
Description |
Gets or sets the value of Description domain property.
Detailed code documentation
| |
EffectiveConcurrency |
Concurrency type, taking into account the model's default concurrency and any override defined in this class
| |
EffectiveNamespace |
Namespace for generated code. Takes overrides into account.
| |
EffectiveOutputDirectory |
Output directory for generated code. Takes overrides into account.
| |
FullName |
Class name with namespace
| |
GenerateCode |
Gets or sets the value of GenerateCode domain property.
If true (the default), code will be generated for this class. If false, it is
assumed to be referenced from another assembly.
| |
IdentityAttributeNames |
Names of identity attributes defined in this class
| |
IdentityAttributes |
All identity attributes defined in this class
| |
ImplementNotify |
Gets or sets the value of ImplementNotify domain property.
Should this class's properties implement INotifyPropertyChanged by default?
| |
IsAbstract |
Gets or sets the value of IsAbstract domain property.
If true, this will be generated as an abstract class
| |
IsDependentType |
Gets or sets the value of IsDependentType domain property.
Is this a completely dependent type that will only exist associated to another
object?
| |
ModelRoot |
Gets or sets ModelRoot.
Description for Sawczyn.EFDesigner.EFModel.ModelRootHasClasses.ModelClass
| |
Name |
Gets or sets the value of Name domain property.
| |
Namespace |
Gets or sets the value of Namespace domain property.
Overrides default namespace
| |
OutputDirectory |
Gets or sets the value of OutputDirectory domain property.
Overrides default output directory
| |
Partition | (Inherited from ModelElement.) | |
RequiredAttributes |
All required attributes defined in this class
| |
Sources |
Gets a list of Sources.
| |
Store | (Inherited from ModelElement.) | |
Subclasses |
Gets a list of Subclasses.
| |
Summary |
Gets or sets the value of Summary domain property.
Brief code documentation
| |
Superclass |
Gets or sets Superclass.
| |
TableName |
Gets or sets the value of TableName domain property.
Name of the database table storing data for this class
| |
Targets |
Gets a list of Targets.
| |
UnidirectionalSources |
Gets a list of UnidirectionalSources.
| |
UnidirectionalTargets |
Gets a list of UnidirectionalTargets.
|