SanteDB.Core.Model.Attributes Namespace |
| Class | Description | |
|---|---|---|
| AddDependentSerializersAttribute |
Attribute which instructs the XmlSerializerFactory to append all dependent serializers
| |
| AutoLoadAttribute |
Auto load attribute
| |
| BindingAttribute |
Binding attributes to suggest what values can be used in a property
| |
| ClassConceptKeyAttribute |
Maps a class concept key to this type
| |
| ClassifierAttribute |
Classifier attribute used to mark a class' classifier
| |
| DataIgnoreAttribute |
Identifies that a property containins no meaningful data
and is provided only for serialization
| |
| KeyLookupAttribute |
Identifies to the persistence layer what property can be used for lookup when a key is not present
| |
| NoCaseAttribute |
Indicates that a particular property has no case
| |
| NonCachedAttribute |
Instructs any data caching that the object should not be cached
| |
| QueryParameterAttribute |
The query parameter attribute allows for the querying of non-serialized values such as simple values or "handy" shortcut values
| |
| SerializationReferenceAttribute |
Identifies where tools can find the serialization information
for an ignored property
| |
| SimpleValueAttribute |
Identifies the simple value
|