PropertiesAvailableStatus<TEntityType> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The basic implementation of IPropertiesAvailableStatus.
[System.Runtime.CompilerServices.Nullable(0)]
public class PropertiesAvailableStatus<TEntityType> : Microsoft.VisualStudio.ProjectSystem.Query.Framework.PropertiesAvailableStatus where TEntityType : class, IEntityType
[<System.Runtime.CompilerServices.Nullable(0)>]
type PropertiesAvailableStatus<'EntityType (requires 'EntityType : null and 'EntityType :> IEntityType)> = class
inherit PropertiesAvailableStatus
Public Class PropertiesAvailableStatus(Of TEntityType)
Inherits PropertiesAvailableStatus
Type Parameters
- TEntityType
- Inheritance
- Derived
- Attributes
Constructors
PropertiesAvailableStatus<TEntityType>(TEntityType) |
Initializes a new instance of the PropertiesAvailableStatus<TEntityType> class. |
Properties
AvailableProperties | (Inherited from PropertiesAvailableStatus) |
Count | (Inherited from PropertiesAvailableStatus) |
DefinedEntityType | |
EntityType |
The entity type where this status applies to. |
IsEmpty | (Inherited from PropertiesAvailableStatus) |
IsFrozen | (Inherited from PropertiesAvailableStatus) |