Interface ILibraryState
Defines a base interface for classes that represent the state of a library. A recommended design pattern is that a library state class is an aggregate class for the objects comprising the state of the library. These objects are typically reference-type or value-type objects that have been created based on the configuration of the library.
Namespace: Juhta.Net.LibraryManagement
Assembly: Juhta.Net.LibraryManagement.dll
Syntax
public interface ILibraryState