Untracked Members
Attribute indicates the value stored in this field should be excluded from model state.
Value in an untracked field is stored in a global place so retrieving the field value from different states will result in same value, and altering field value will reflect to all states.
Untracked fields won't affect state identification. Obsolete.
The following tables list the members exposed by the Untracked type.
Public Constructors
Name | Description | |
---|---|---|
Untracked |
Top
Public Properties
Name | Description | |
---|---|---|
TypeId | (Inherited from Attribute) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overridden. (Inherited from Object) | |
GetHashCode | Overridden. (Inherited from Object) | |
GetType | (Inherited from Object) | |
IsDefaultAttribute | (Inherited from Attribute) | |
Match | (Inherited from Attribute) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top