AuthorityType Enumeration |
Enumerates the different types of authorities that web services handles.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public enum AuthorityType
Public Enumeration AuthorityType
public enum class AuthorityType
Members
| Member name | Value | Description |
---|
| DataType | 0 |
DataType is a type of Authority that is set if authority
is address to an AuthorityDataType i.e. authority that is not
addressed to an application i.e. could be used in several applications.
|
| Application | 1 |
Application is a type of Authority that is set if authority
is address to an application.
|
See Also