Class RelationshipsElementDetailsViewModel
- Namespace
- JJMasterData.Web.Areas.DataDictionary.Models
- Assembly
- JJMasterData.Web.dll
public sealed class RelationshipsElementDetailsViewModel : DataDictionaryViewModel
- Inheritance
-
RelationshipsElementDetailsViewModel
- Inherited Members
-
Constructors
RelationshipsElementDetailsViewModel()
public RelationshipsElementDetailsViewModel()
RelationshipsElementDetailsViewModel(string, string)
public RelationshipsElementDetailsViewModel(string elementName, string menuId)
Parameters
elementName
string
menuId
string
Properties
AddForeignKeyName
public string? AddForeignKeyName { get; set; }
Property Value
- string
AddPrimaryKeyName
public string? AddPrimaryKeyName { get; set; }
Property Value
- string
ElementsSelectList
public required List<SelectListItem>? ElementsSelectList { get; set; }
Property Value
- List<SelectListItem>
ForeignKeysSelectList
public required List<SelectListItem>? ForeignKeysSelectList { get; set; }
Property Value
- List<SelectListItem>
Id
public required int? Id { get; set; }
Property Value
- int?
PrimaryKeysSelectList
public required List<SelectListItem>? PrimaryKeysSelectList { get; set; }
Property Value
- List<SelectListItem>
Relationship
public required ElementRelationship Relationship { get; set; }
Property Value
- ElementRelationship