-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycore DvarT
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore
SharedLibraryCore.Dvar_1[[Dvar< T >]]
end
Type | Name | Methods |
---|---|---|
T |
DefaultValue |
get, set |
string |
Domain |
get, set |
T |
LatchedValue |
get, set |
string |
Name |
get, set |
T |
Value |
get, set |
public Dvar()
public string Name { get; set; }
public T Value { get; set; }
public T DefaultValue { get; set; }
public T LatchedValue { get; set; }
public string Domain { get; set; }
Generated with ModularDoc