Class RuntimeTrackingMemberConfigurator
Applies configuration to a generated member.
public sealed class RuntimeTrackingMemberConfigurator
- Inheritance
-
RuntimeTrackingMemberConfigurator
- Inherited Members
- Extension Methods
Methods
Direct()
Stores the member directly on the generated item.
public void Direct()
Expose(bool)
Sets whether a CLR property is exposed.
public void Expose(bool exposed = true)
Parameters
exposedbool
Ignore()
Removes the member from generation.
public void Ignore()
NestedEdit(NestedEditMode)
Enables nested editing.
public void NestedEdit(NestedEditMode mode = NestedEditMode.InPlace)
Parameters
modeNestedEditMode
Parameters(bool)
Sets whether parameter projection includes the member.
public void Parameters(bool enabled = true)
Parameters
enabledbool
ReadOnly()
Makes the member read-only.
public void ReadOnly()
RuntimeAccess(bool)
Sets whether runtime access includes the member.
public void RuntimeAccess(bool enabled = true)
Parameters
enabledbool
SnapshotValue()
Stores a direct value in the edit snapshot.
public void SnapshotValue()