Click or drag to resize

IObjectWithIDandName Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Objekat koji ima ime i id

Namespace:  imbSCI.Reporting.interfaces
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public interface IObjectWithIDandName : IObjectWithID, 
	IObjectWithName
Request Example View Source

The IObjectWithIDandName type exposes the following members.

Properties
  NameDescription
Public propertyid
Osnovni ID podatak
(Inherited from IObjectWithID.)
Public propertyname
Ime koje je dodeljeno objektu
(Inherited from IObjectWithName.)
Top
See Also