C# Class CmisCmdlets.Tests.Constraints.CmisObjectHasPropertyConstraint

Inheritance: CmisBaseConstraint
Afficher le fichier Open project: OpenDataSpace/CmisCmdlets

Méthodes publiques

Méthode Description
CmisObjectHasPropertyConstraint ( string propertyName, object propertyValue ) : System
Matches ( object obj ) : bool

Method Details

CmisObjectHasPropertyConstraint() public méthode

public CmisObjectHasPropertyConstraint ( string propertyName, object propertyValue ) : System
propertyName string
propertyValue object
Résultat System

Matches() public méthode

public Matches ( object obj ) : bool
obj object
Résultat bool