SerializableMemberAssignment Members

A binary and XML serializable representation of a LINQ member assignment

The following tables list the members exposed by the SerializableMemberAssignment type.

Public Constructors

  Name Description
  SerializableMemberAssignment  

Top

Public Properties

  Name Description
public property BindingType  Gets the type of binding that is represented. (Inherited from SerializableMemberBinding)
public property Expression Gets the expression to assign to the field or property.
public property Member  Gets the field or property to be initialized. (Inherited from SerializableMemberBinding)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToMemberBinding Overridden. Convert to LINQ member binding.
public method ToString Overridden. Convert to string.

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

SerializableMemberAssignment Class
Microsoft.SpecExplorer.ObjectModel Namespace