Interface IArcherApplication
Inherited Members
IComparable.CompareTo(object)
Namespace: Estrelica.Archer.Metadata
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface IArcherApplication : IIsDeprecatedProperty, IIsDirectToEditEnabledProperty, IIsMobileEnabledProperty, IIsNotificationProperty, IIsTaskManagementEnabledProperty, IIsWaveEnabledProperty, IKeepLicensedProperty, ISearchViewProperty, IArcherModule, IArcherEntity, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, IComparable, IEquatable<IArcherEntity>, IArcherGuidEntity, IArcherNamedEntity, IArcherAliasedEntity, IArcherUpdateInfoEntity, IArcherASONamedEntity, IArcherASOEntity, IArcherEntityBase, IArcherBase
Properties
IsAuthoratativeSource
Indicates whether the Application has the "Authoritative Source" property set.
Declaration
bool IsAuthoratativeSource { get; }
Property Value
bool |
Remarks
Note that this property name is intentionally misspelled ("Authoratative" rather than "Authoritative") in keeping with the misspelling of the returned value in Archer's REST API result. The underlying implementation checks for both spellings before returning, in case Archer addresses that misspelling in a future release.
IsAuthoritativeSource
Returns the same result as IsAuthoratativeSource, but spell-corrected in case the original spelling bothers you.
Declaration
bool IsAuthoritativeSource { get; }
Property Value
bool |