2 writes to state
System.Data.Services.Client (2)
System\Data\Services\Client\Descriptor.cs (2)
43
this.
state
= state;
52
internal set { this.
state
= value; }
6 references to state
System.Data.Services.Client (6)
System\Data\Services\Client\Descriptor.cs (6)
51
get { return this.
state
; }
101
(EntityStates.Added == this.
state
) ||
102
(EntityStates.Modified == this.
state
) ||
103
(EntityStates.Unchanged == this.
state
) ||
104
(EntityStates.Deleted == this.
state
),
107
return (EntityStates.Unchanged != this.
state
);