Classe EntityMembers
Represents a collection of members from a single entity and member type along with their context.
Gerarchia di ereditarietà
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.EntityMembers
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "EntityMembers", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityMembers _
Inherits DataContractBase
'Utilizzo
Dim instance As EntityMembers
[DataContractAttribute(Name = "EntityMembers", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembers : DataContractBase
[DataContractAttribute(Name = L"EntityMembers", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class EntityMembers : public DataContractBase
[<DataContractAttribute(Name = "EntityMembers", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMembers =
class
inherit DataContractBase
end
public class EntityMembers extends DataContractBase
Nel tipo EntityMembers sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
EntityMembers | Initializes a new instance of the EntityMembers class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
EntityId | Gets or sets the ID of the entity for the contained members. | |
ExtensionData | Gets or sets the structure that contains extra data. Ereditato da DataContractBase. | |
Members | Gets or sets a list of members for the identified entity and member type. | |
MemberType | Gets or sets the member type. | |
ModelId | Gets or sets the ID of the model for the contained members. | |
VersionId | Gets or sets the ID of the version for the contained members. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.