public override bool Matches(ObjectIdentifier name, ModelTypeClass type, DeploymentStep step = null) { bool result = (Schema == null || Schema.Equals(name.GetSchemaName(type))) && Matches(type.Name); return(result); }
public override bool Matches(ObjectIdentifier name, ModelTypeClass type, DeploymentStep step = null) { return(Matches(name.GetSchemaName(type))); }