Click or drag to resize

IStreet Interface

Namespace:  Resto.Front.Api.V4.Data.Brd
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
public interface IStreet : ISerializable, 
	IEntity, IVersionedEntity

The IStreet type exposes the following members.

Properties
  NameDescription
Public propertyCity
Public propertyId (Inherited from IEntity.)
Public propertyIsActive
Public propertyName
Public propertyRevision (Inherited from IVersionedEntity.)
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
Extension Methods
  NameDescription
Public Extension MethodToEntityStub (Defined by IEntityExtensions.)
Top
See Also