C# Class Rock.Model.AttributeQualifierService

Data access/service class for Rock.Model.AttributeQualifier entity objects.
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode Description
GetByAttributeId ( int attributeId ) : IQueryable

Returns an enumerable collection containing the Rock.Model.AttributeQualifier">AttributeQualifiers by

Method Details

GetByAttributeId() public méthode

Returns an enumerable collection containing the Rock.Model.AttributeQualifier">AttributeQualifiers by
public GetByAttributeId ( int attributeId ) : IQueryable
attributeId int A that represents the Id of the to retrieve .
Résultat IQueryable