The ModelStateWriter type exposes the following members.
Methods| 
								 
							 | Name | Description | 
|---|
  | Close |  | 
  | Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | 
  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | 
  | GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | 
  | GetType | Gets the  Type of the current instance.   (Inherited from Object.) | 
  | HandleOptionalParameter |  | 
  | MemberwiseClone | Creates a shallow copy of the current  Object.   (Inherited from Object.) | 
  | Open(Stream) |  | 
  | Open(String) |  | 
  | ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
  | WriteDataValue |  | 
  | WriteEndObject |  | 
  | WriteOptionalObjects |  | 
  | WriteStartObject(String) |  | 
  | WriteStartObject(String, Boolean) |  | 
  | WriteValue(String, Boolean, Boolean) |  | 
  | WriteValue(String, IEnumerableDateTime, Boolean) |  | 
  | WriteValue(String, IEnumerableDouble, Boolean) |  | 
  | WriteValue(String, IEnumerableInt32, Boolean) |  | 
  | WriteValue(String, IEnumerableString, Boolean) |  | 
  | WriteValue(String, DateTime, Boolean) |  | 
  | WriteValue(String, Double, Boolean) |  | 
  | WriteValue(String, Int32, Boolean) |  | 
  | WriteValue(String, Object, Boolean) |  | 
  | WriteValue(String, String, Boolean) |  | 
  | WriteValue(String, TimeSpan, Boolean) |  | 
Top
Extension Methods
See Also